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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-expected.txt

Issue 1274713004: Modify SRI and CSP console messages to base64 hashes, not base64url. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: More test updates Created 5 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: LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-expected.txt
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-expected.txt b/LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-expected.txt
index 4f9c4b71e09d3dc9c70c2ac2c30898384d7ad082..b5c28f34d2c8907fcd451671bd02501d19f19826 100644
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-expected.txt
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE ERROR: line 3: Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-2jEXxWe_uIoRJGbfoW7Bd11qhRclP9IuS5ZXCbhCUnM='), or a nonce ('nonce-...') is required to enable inline execution.
+CONSOLE ERROR: line 3: Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-2jEXxWe/uIoRJGbfoW7Bd11qhRclP9IuS5ZXCbhCUnM='), or a nonce ('nonce-...') is required to enable inline execution.
PingLoader dispatched to 'http://127.0.0.1:8000/security/contentSecurityPolicy/resources/save-report.php?test=report-uri.html'.
CSP report received:

Powered by Google App Engine
This is Rietveld 408576698