8 lines
138 B
ApacheConf
8 lines
138 B
ApacheConf
|
|
<FilesMatch "\.(html|htm|js|css)$">
|
||
|
|
FileETag None
|
||
|
|
<ifModule mod_headers.c>
|
||
|
|
Header set Service-Worker-Allowed /
|
||
|
|
</ifModule>
|
||
|
|
</FilesMatch>
|
||
|
|
|