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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-post-redirect.html

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/script-tag-post-redirect.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-post-redirect.html b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-post-redirect.html
index cd1da2786cbdc9d12c95ed245e878b2edf67d0c8..45c64dbea7a4bde345f06ff8b7c53eee01aa92a0 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-post-redirect.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-post-redirect.html
@@ -15,7 +15,7 @@ if (window.testRunner) {
we've got a false positive from that.</p>
<iframe name="tg" src="about:blank"></iframe>
<form target="tg" method="POST" id="theForm"
- action="resources/redir.php?url=http://localhost:8000/security/xssAuditor/resources/static-script.html%3fdecoy=<script>">
+ action="resources/redir.php?url=http://localhost:8000/security/xssAuditor/resources/static-script.php%3fdecoy=<script>">
<input type="text" name="yourname" value="hunter"/>
<input type="text" name="required for activation" value="&lt;&gt;"/>
</form>

Powered by Google App Engine
This is Rietveld 408576698