Merge pull request #8 from tgpethan/add-headers

Add headers to EUS.js
This commit is contained in:
Ethan Stubbs 2020-05-05 17:46:12 +01:00 committed by GitHub
commit 8b063ea75f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
EUS.js
View File

@ -76,6 +76,15 @@ module.exports = {
res - Response from server
*/
// Set some headers
res.set("Strict-Transport-Security", "max-age=31536000; includeSubDomains");
res.set("X-XSS-Protection", "1; mode=block");
res.set("Feature-Policy", "fullscreen 'none'");
res.set("Referrer-Policy", "strict-origin-when-cross-origin");
res.set("Content-Security-Policy", "block-all-mixed-content;frame-ancestors 'self'");
res.set("X-Frame-Options", "SAMEORIGIN");
res.set("X-Content-Type-Options", "nosniff");
// Check if returned value is true.
if (!req.url.includes("/api/")) {
// Register the time at the start of the request