We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cc8a59 + 15b24c2 commit 12b24f3Copy full SHA for 12b24f3
src/server/index.js
@@ -138,6 +138,7 @@ async function onExpressJsSetup(server) {
138
res.header('Permissions-Policy', 'geolocation=(), microphone=(), camera=()');
139
140
if (req.url.startsWith('/__community__/veterans') || req.hostname === 'veterans.topcoder.com' || req.url.startsWith('/__community__/tco') || tcoPattern.test(req.hostname)) {
141
+ res.header('Cache-Control', 'no-cache');
142
res.header(
143
'Content-Security-Policy',
144
"default-src 'self';"
0 commit comments