summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-01-08 10:30:51 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-01-08 09:37:07 +0000
commit5fd3b698402be9712f8b2056b898d4d5828263c9 (patch)
treeb7ac4698207edcafea7c3f1fda0d7a90c17667f4
parent5971c2e5153a73062e87ccf961166611385ac7a4 (diff)
downloadqtwebengine-chromium-5fd3b698402be9712f8b2056b898d4d5828263c9.tar.gz
[Backport] Disable SharedArrayBuffer by default.
BUG=chromium:798864 R=jschuh@chromium.org,binji@chromium.org Reviewed-on: https://chromium-review.googlesource.com/849429 Reviewed-by: Ben Smith <binji@chromium.org> Reviewed-by: Justin Schuh <jschuh@chromium.org> Reviewed-by: Darin Fisher <darin@chromium.org> Commit-Queue: Brad Nelson <bradnelson@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#527460} Reviewed-on: https://chromium-review.googlesource.com/852902 Reviewed-by: Brad Nelson <bradnelson@chromium.org> Cr-Commit-Position: refs/branch-heads/3282@{#431} Cr-Branched-From: 5fdc0fab22ce7efd32532ee989b223fa12f8171e-refs/heads/master@{#520840} Change-Id: I6ab4bbfb64de8dda536b652c7575baf5d8a4060c Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
-rw-r--r--chromium/content/public/common/content_features.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/content/public/common/content_features.cc b/chromium/content/public/common/content_features.cc
index 137fa650107..99f425170e4 100644
--- a/chromium/content/public/common/content_features.cc
+++ b/chromium/content/public/common/content_features.cc
@@ -267,7 +267,7 @@ const base::Feature kServiceWorkerScriptStreaming{
// http://tc39.github.io/ecmascript_sharedmem/shmem.html
const base::Feature kSharedArrayBuffer{"SharedArrayBuffer",
- base::FEATURE_ENABLED_BY_DEFAULT};
+ base::FEATURE_DISABLED_BY_DEFAULT};
// An experiment to require process isolation for the sign-in origin,
// https://accounts.google.com. Launch bug: https://crbug.com/739418.