veltzer/demos-javascript/master/pdf_embedding/embed_pdf/.htaccess - Htaccess File

veltzer/demos-javascript/master/pdf_embedding/embed_pdf/.htaccess

# this prevents caching of the files by web browsers...
<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>

On Github License

Files

Download PDF of Htaccess file
no-cache, Pragma

Comments

Apache