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

Side by Side Diff: LayoutTests/http/tests/security/redirect-BLOCKED-to-localURL.html

Issue 8198008: Merge 96610 - Resource loader should block HTTP redirects to local resources (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/redirect-BLOCKED-to-localURL-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <body> 2 <body>
3 <iframe src="http://127.0.0.1:8000/security/resources/redir.php?url=file:///tmp/ LayoutTests/http/tests/security/resources/file-redirect-target.html"></iframe></ br> 3 <iframe src="http://127.0.0.1:8000/security/resources/redir.php?url=file:///tmp/ LayoutTests/http/tests/security/resources/file-redirect-target.html"></iframe></ br>
4 <script> 4 <script>
5 if (window.layoutTestController) { 5 if (window.layoutTestController) {
6 layoutTestController.dumpAsText(); 6 layoutTestController.dumpAsText();
7 } 7 }
8 </script> 8 </script>
9 <p>This attempts to open a redirect link to a file URL, which should be blocked. </p> 9 <p>This attempts to open a redirect link to a file URL, which should be blocked. </p>
10 </body> 10 </body>
11 </html> 11 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/redirect-BLOCKED-to-localURL-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698