Skip to content

Commit

Permalink
disable upgradeInsecureRequests
Browse files Browse the repository at this point in the history
  • Loading branch information
sumengwang committed Aug 14, 2023
1 parent d9eb1b7 commit e1d2317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ function makeApp(authAddress, cdapConfig, uiSettings) {
objectSrc: [`'none'`],
workerSrc: [`'self' blob:`],
reportUri: `https://csp.withgoogle.com/csp/cdap`,
upgradeInsecureRequests: null,
},
},
hsts: cdapConfig["hsts.enabled"] === 'true' && hstsSettings,
Expand Down

0 comments on commit e1d2317

Please sign in to comment.