Header set Service-Worker-Allowed "/"

#1
Hi,

at Apache I set the Header of the serviceworker.js file in .htaccess as follows.

<FilesMatch "serviceworker.js">
Header set Service-Worker-Allowed "/"
</FilesMatch>

But it doesn't seem to work at lightspeed. What could be the reason of this.

Thanks in advance.
Robert
 
Top