Skip to content

Commit

Permalink
javascript fájlok gyorsítótárazásának kivédése
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesar-andras committed Jun 28, 2019
1 parent a3ca0ad commit 6c93abd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions js/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<filesMatch ".(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, 08 Jan 1975 05:00:00 GMT"
</ifModule>
</filesMatch>

0 comments on commit 6c93abd

Please sign in to comment.