From c3039dadd95f5487e84311a9719604fa901aacd7 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 3 Mar 2018 11:21:43 +0100 Subject: Add support for CSP v3 "worker-src" directive --- dom/security/test/csp/file_spawn_worker.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 dom/security/test/csp/file_spawn_worker.js (limited to 'dom/security/test/csp/file_spawn_worker.js') diff --git a/dom/security/test/csp/file_spawn_worker.js b/dom/security/test/csp/file_spawn_worker.js new file mode 100644 index 000000000..acde7408c --- /dev/null +++ b/dom/security/test/csp/file_spawn_worker.js @@ -0,0 +1 @@ +postMessage("worker is executing"); -- cgit v1.2.3