Skip to content

Commit

Permalink
Merge 07c2c86 into 9d9e3e7
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 2, 2019
2 parents 9d9e3e7 + 07c2c86 commit 6faa044
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app.js
Expand Up @@ -109,9 +109,7 @@ app.use((req, res, next) => {
req.config = config;

// custom headers
res.setHeader('Accept-Ranges', 'bytes');
res.setHeader('Cache-Control', 'public, max-age=0');
res.setHeader('Last-Modified', new Date().toUTCString());
res.setHeader('Cache-Control', 'public, max-age=0, must-revalidate');
res.setHeader('X-Hello-Human', 'Say hello back! @getBootstrapCDN on Twitter');
res.setHeader('X-Powered-By', 'StackPath');

Expand Down

0 comments on commit 6faa044

Please sign in to comment.