Skip to content

Commit 56bd8d1

Browse files
committed
Setup RC for testing script with delayed initialPing 20ms (H1)
1 parent 39ee76c commit 56bd8d1

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

overrides/android-override.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3186,6 +3186,37 @@
31863186
}
31873187
}
31883188
}
3189+
},
3190+
"webViewCompat": {
3191+
"state": "enabled",
3192+
"exceptions": [],
3193+
"settings": {
3194+
"jsInitialPingDelay": 20,
3195+
"initialPingDelay": 0
3196+
},
3197+
"features": {
3198+
"jsSendsInitialPing": {
3199+
"state": "enabled"
3200+
},
3201+
"jsRepliesToNativeMessages": {
3202+
"state": "disabled"
3203+
},
3204+
"replyToInitialPing": {
3205+
"state": "disabled"
3206+
},
3207+
"useBlobDownloadsMessageListener": {
3208+
"state": "disabled"
3209+
},
3210+
"sendMessageOnContexMenuOpened": {
3211+
"state": "disabled"
3212+
},
3213+
"sendMessageOnPageStarted": {
3214+
"state": "disabled"
3215+
},
3216+
"sendMessagesUsingReplyProxy": {
3217+
"state": "disabled"
3218+
}
3219+
}
31893220
}
31903221
},
31913222
"unprotectedTemporary": [],

0 commit comments

Comments
 (0)