Skip to content

Commit b753607

Browse files
committed
Typo
1 parent 6b14ea2 commit b753607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ app.use((req, res, next) => {
2424
res.header('Cache-control', 'public, max-age=0');
2525
res.header('Pragma', 'no-cache');
2626
res.setHeader('X-Frame-Options', 'DENY');
27-
res.setHeader('Content-Security-Policy', "frame-ancestors *.topcoder.com *.topcoder-dev.com 'none';");
27+
res.setHeader('Content-Security-Policy', "frame-ancestors 'none'; *.topcoder-dev.com 'none'; *.topcoder.com 'none';");
2828

2929
next();
3030
});

0 commit comments

Comments
 (0)