Skip to content

Commit

Permalink
Merge pull request #115 from becloudway/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
J-Bollie authored Nov 7, 2024
2 parents 757ddc7 + dcf1bef commit 4d613fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/lib/frontend_stack_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class FrontendStackService extends Construct {
securityHeadersBehavior: {
contentSecurityPolicy: {
override: true,
contentSecurityPolicy: "default-src https://cloudway.be https://*.cloudway.be https://onetimesharing.com https://*.onetimesharing.com 'self'; script-src https://cloudway.be https://*.cloudway.be https://onetimesharing.com https://*.onetimesharing.com 'self'; style-src https://cloudway.be https://*.cloudway.be https://onetimesharing.com https://*.onetimesharing.com 'self';"
contentSecurityPolicy: "default-src https://cloudway.be https://*.cloudway.be https://onetimesharing.com https://*.onetimesharing.com 'self'; script-src https://cloudway.be https://*.cloudway.be https://onetimesharing.com https://*.onetimesharing.com 'self' 'unsafe-inline'; style-src https://cloudway.be https://*.cloudway.be https://onetimesharing.com https://*.onetimesharing.com 'self' 'unsafe-inline'",
},
// Optionally, add other security headers here
strictTransportSecurity: {
Expand Down

0 comments on commit 4d613fc

Please sign in to comment.