Codebase Browser
chromium
Go to App
chromium
/
third_party/blink/web_tests/http/tests/preload/resources/
timestamp.php
<?php header("Cache-Control: no-cache, no-store", false); $time = microtime(); echo "$time"; ?>