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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/resources/referrer-policy-conflicting-policies.html

Issue 2278303002: Remove the allow-displaying-mixed-content setting from Blink. (Closed)
Patch Set: Cleanup before adding reviewers. Created 4 years, 4 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: third_party/WebKit/LayoutTests/http/tests/security/resources/referrer-policy-conflicting-policies.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/resources/referrer-policy-conflicting-policies.html b/third_party/WebKit/LayoutTests/http/tests/security/resources/referrer-policy-conflicting-policies.html
index 071e364d9b5adddfb6d3c13404382c93f8891b21..535cd46c845b59b3cb104dcf43939bebff5a490a 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/resources/referrer-policy-conflicting-policies.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/resources/referrer-policy-conflicting-policies.html
@@ -1,8 +1,5 @@
<!DOCTYPE html>
<script>
-if (window.testRunner)
- testRunner.setAllowDisplayOfInsecureContent(true);
-
function done()
{
if (window.testRunner)

Powered by Google App Engine
This is Rietveld 408576698