adding the no-transform header (#2379)

This commit is contained in:
Peter Hedenskog 2019-03-20 20:57:30 +01:00 committed by GitHub
parent 2debe87ce6
commit dc709cd24f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
X-XSS-Protection: 1; mode=block
Referrer-Policy: no-referrer
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'
Cache-Control: public, max-age=0, must-revalidate, no-transform
/search/*
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'unsafe-inline';