blob: 5b80a624ae7f28922858073f112a23a44319c2b5 [file] [log] [blame]
<?php
$url = "http://127.0.0.1:8000/devtools/service-workers/resources/" .
"bypass-for-network-redirected.html";
header("Location: $url");
?>