| Index: third_party/WebKit/LayoutTests/http/tests/security/resources/hsts.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/resources/hsts.php b/third_party/WebKit/LayoutTests/http/tests/security/resources/hsts.php
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..27eee9549a101f35884533ac083cbacc84995644
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/resources/hsts.php
|
| @@ -0,0 +1,7 @@
|
| +<?php
|
| +header("Strict-Transport-Security: max-age=10");
|
| +header("Access-Control-Allow-Origin: *");
|
| +?>
|
| +<script>
|
| + top.postMessage("hsts", "*");
|
| +</script>
|
|
|