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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/tag-with-pause.php

Issue 2524013002: XSS Auditor: Block by default. (Closed)
Patch Set: Rebase+Test Created 4 years, 1 month 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/xssAuditor/resources/tag-with-pause.php
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/tag-with-pause.php b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/tag-with-pause.php
index 805e08b16ab63da58d352e374c3e777a9f6f8604..f5c8e25c8a01e93047a08f99c4d3ebfb70e081e3 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/tag-with-pause.php
+++ b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/tag-with-pause.php
@@ -1,4 +1,5 @@
<?
+header("X-XSS-Protection: 1");
header("Content-Type: text/html; charset=utf-8");
?>
<!-- <?php

Powered by Google App Engine
This is Rietveld 408576698