Skip to content

Commit

Permalink
[MIX-DL] Update field trial testing config to next blocking configura…
Browse files Browse the repository at this point in the history
…tion.

This CL updates the field trial testing config to match that of the M87 launch. Even though ToT is M88, Finch would like the M87 config prior to stable launch.

See https://blog.chromium.org/2020/02/protecting-users-from-insecure.html for full public launch plan.

Change-Id: I07c29f253eb117abd6654284656325c0b5b38d04
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488705
Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org>
Commit-Queue: Jesse Doherty <jwd@chromium.org>
Reviewed-by: Jesse Doherty <jwd@chromium.org>
Cr-Commit-Position: refs/heads/master@{#820936}
  • Loading branch information
Joe DeBlasio authored and Commit Bot committed Oct 26, 2020
1 parent c5c1732 commit 58661e9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions testing/variations/fieldtrial_testing_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2564,11 +2564,11 @@
"name": "Enabled",
"params": {
"BlockExtensionList": "",
"SilentBlockExtensionList": "exe,scr,msi,vb,dmg,pkg,crx,zip,iso,rar,7z,tar,gz,bz2",
"SilentBlockExtensionList": "png,gif,jpg,jpeg,tif,tiff,bmp,svg,webp,ico,mp3,wav,wma,m3u,ogg,oga,aiff,m4a,aac,flac,m4b,webm,mp4,mov,wmv,avi,txt",
"TreatBlockListAsAllowlist": "false",
"TreatSilentBlockListAsAllowlist": "false",
"TreatWarnListAsAllowlist": "true",
"WarnExtensionList": "png,gif,jpg,jpeg,tif,tiff,bmp,svg,webp,ico,mp3,wav,wma,m3u,ogg,oga,aiff,m4a,aac,flac,m4b,webm,mp4,mov,wmv,avi,txt"
"TreatSilentBlockListAsAllowlist": "true",
"TreatWarnListAsAllowlist": "false",
"WarnExtensionList": ""
},
"enable_features": [
"TreatUnsafeDownloadsAsActive"
Expand All @@ -2587,11 +2587,11 @@
"name": "Enabled",
"params": {
"BlockExtensionList": "",
"SilentBlockExtensionList": "exe,scr,msi,vb,dmg,pkg,crx",
"SilentBlockExtensionList": "exe,scr,msi,vb,dmg,pkg,crx,zip,iso,rar,7z,tar,gz,bz2",
"TreatBlockListAsAllowlist": "false",
"TreatSilentBlockListAsAllowlist": "false",
"TreatWarnListAsAllowlist": "false",
"WarnExtensionList": "zip,iso,rar,7z,tar,gz,bz2"
"TreatWarnListAsAllowlist": "true",
"WarnExtensionList": "png,gif,jpg,jpeg,tif,tiff,bmp,svg,webp,ico,mp3,wav,wma,m3u,ogg,oga,aiff,m4a,aac,flac,m4b,webm,mp4,mov,wmv,avi,txt"
},
"enable_features": [
"TreatUnsafeDownloadsAsActive"
Expand Down

0 comments on commit 58661e9

Please sign in to comment.