diff options
Diffstat (limited to 'dom/security/test/hsts/file_priming.js')
-rw-r--r-- | dom/security/test/hsts/file_priming.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/security/test/hsts/file_priming.js b/dom/security/test/hsts/file_priming.js new file mode 100644 index 000000000..023022da6 --- /dev/null +++ b/dom/security/test/hsts/file_priming.js @@ -0,0 +1,4 @@ +function completed() { + return; +} +completed(); |