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

Unified Diff: LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html

Issue 856753003: MIX: Rename the CSP directive. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Oops. Created 5 years, 11 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/mixedContent/strict-mode-image-in-frame-blocked.https.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html
diff --git a/LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html b/LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html
index 5b7cd75dee16de278a7149a6ac15eb7bdb221ee5..fea9de0014f5468c9f2b079beae2688ef0f3dde4 100644
--- a/LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html
+++ b/LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
- <meta http-equiv="Content-Security-Policy" content="strict-mixed-content-checking">
+ <meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
<script>
if (window.testRunner) {
testRunner.dumpAsText();
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/mixedContent/strict-mode-image-in-frame-blocked.https.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698