Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Created February 9, 2023 17:05
Show Gist options
  • Save wpmu-authors/f6845d2a0c93e81f09ac22480ce9a6ef to your computer and use it in GitHub Desktop.
Save wpmu-authors/f6845d2a0c93e81f09ac22480ce9a6ef to your computer and use it in GitHub Desktop.
<?
require('../../../../wp=load.php;
etag_start();
header('Service-Worker-Allowed: /');
?>
_wordpressConfig={templateUrl: <?=get_bloginfo('template_url');?> };
<?
readfile('sw.js');
etag_end();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment