Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(445)

Unified Diff: Source/core/frame/Settings.in

Issue 392993005: Custom handlers should throw SecurityError exception if the URL's origin differs from the document'… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: baseURL is not required anymore Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/frame/Settings.in
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
index 2215ed15e2e62e75e9422ff81d40c1e3ee3a2c98..3831206be4b08c64e802d07cb78c004edfbd2869 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -59,7 +59,7 @@ editingBehaviorType type=EditingBehaviorType, initial=editingBehaviorTypeForPlat
caretBrowsingEnabled initial=false
localStorageEnabled initial=false
-allowUniversalAccessFromFileURLs initial=true
+allowUniversalAccessFromFileURLs initial=true, invalidate=UniversalAccessFromFileURLs
abarth-chromium 2014/08/06 18:34:55 This setting cannot be changed dynamically, so the
pals 2014/08/07 14:06:06 This change is not required anymore. Removed.
allowFileAccessFromFileURLs initial=true
javaScriptCanOpenWindowsAutomatically initial=false
supportsMultipleWindows initial=true

Powered by Google App Engine
This is Rietveld 408576698