 Chromium Code Reviews
 Chromium Code Reviews Issue 534233002:
  Make sure to use the correct referrer policy in the FrameFetchContext  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 534233002:
  Make sure to use the correct referrer policy in the FrameFetchContext  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script> | |
| 3 if (window.testRunner) | |
| 4 testRunner.waitUntilDone(); | |
| 5 document.location = "https://127.0.0.1:8443/security/resources/referrer-policy-c onflicting-policies.html"; | |
| 
Mike West
2014/09/03 13:11:07
Optional nit: Rather than hopping to HTTPS here, y
 | |
| 6 </script> | |
| OLD | NEW |