From 731ab39b8ef05a4e84b72fb4243d59c9f6dd48cb Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 23 Jan 2018 14:23:39 +0100 Subject: update mostly all GUI forms to split JavaScript and CSS from html code to support "Content Security-Policy" http headers --- id/server/data/deploy/conf/moa-id/htmlTemplates/bkudetected.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 id/server/data/deploy/conf/moa-id/htmlTemplates/bkudetected.js (limited to 'id/server/data/deploy/conf/moa-id/htmlTemplates/bkudetected.js') diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/bkudetected.js b/id/server/data/deploy/conf/moa-id/htmlTemplates/bkudetected.js new file mode 100644 index 000000000..7e4d2b12f --- /dev/null +++ b/id/server/data/deploy/conf/moa-id/htmlTemplates/bkudetected.js @@ -0,0 +1,3 @@ +document.addEventListener('DOMContentLoaded', function () { + parent.setBKUAvailable(true); +}); \ No newline at end of file -- cgit v1.2.3