Skip to content

Instantly share code, notes, and snippets.

@biggerpicturestudio
Created April 12, 2017 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biggerpicturestudio/b63955a84ba6d3e5b8f9f5cbb8aa3342 to your computer and use it in GitHub Desktop.
Save biggerpicturestudio/b63955a84ba6d3e5b8f9f5cbb8aa3342 to your computer and use it in GitHub Desktop.
<FilesMatch "^(OneSignalSDKWorker.*|service-worker.*|OneSignalSDKUpdaterWorker.*)\.(js)$">
FileETag None
<ifModule mod_headers.c>
Header unset ETag
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
</ifModule>
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment