Skip to content

Commit

Permalink
doc: add comment to server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitb35 committed Aug 3, 2022
1 parent 2761642 commit 52593bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ if (!dev && cluster.isMaster) {
if (proto === 'https') {
res.set({
'Strict-Transport-Security': 'max-age=31557600', // one-year
/* Code below is commented out to allow embedding of the site in an iframe */
// 'X-Frame-Options': 'DENY',
// 'Content-Security-Policy': 'frame-ancestors \'none\'',
});
Expand Down

0 comments on commit 52593bd

Please sign in to comment.