We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3aa79 commit 1d8022dCopy full SHA for 1d8022d
1 file changed
authentic-init.pl
@@ -200,7 +200,7 @@ sub embed_favicon
200
if (-w $theme_config_dir);
201
};
202
203
- print ' <script src="' . $theme_webprefix . '/service-worker.js" defer></script>' . "\n";
+ print ' <script src="' . $theme_webprefix . '/service-worker.js" type="application/javascript" defer></script>' . "\n";
204
print ' <link ' .
205
$ref_link .
206
' crossorigin="use-credentials" rel="manifest" href="' .
0 commit comments