Chromium Code Reviews

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

Issue 1530403002: Removal of geolocation APIs on insecure origins (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Rebase on ToT Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/frame/Settings.in
diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in
index d78914934edebe7be3f357e0b9329438fdcc4f00..c62afe0a6167368784eff5ad9e341b3d9666cc04 100644
--- a/third_party/WebKit/Source/core/frame/Settings.in
+++ b/third_party/WebKit/Source/core/frame/Settings.in
@@ -332,6 +332,7 @@ strictMixedContentChecking initial=false
strictMixedContentCheckingForPlugin initial=false
strictPowerfulFeatureRestrictions initial=false
strictlyBlockBlockableMixedContent initial=false
+allowGeolocationOnInsecureOrigins initial=false
logDnsPrefetchAndPreconnect initial=false
logPreload initial=false

Powered by Google App Engine