Skip to content

Instantly share code, notes, and snippets.

@biggerpicturestudio
Created April 12, 2017 11:00
Embed
What would you like to do?
<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