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

Side by Side Diff: LayoutTests/http/tests/security/contentSecurityPolicy/resources/redir.php

Issue 232053005: Implement navigator.sendBeacon() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Revert CSP checking on redirects Created 6 years, 7 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
OLDNEW
1 <?php 1 <?php
2 header("location: ".$_GET["url"]); 2 header("location: ".$_GET["url"]);
3 header('HTTP/1.1 307 Temporary Redirect');
3 ?> 4 ?>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698