Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: davidegirardi <16451191+davidegirardi@users.noreply.github.com>
Signed-off-by: Will Hunt <github@half-shot.uk>
  • Loading branch information
Half-Shot and davidegirardi authored Apr 16, 2024
1 parent 87b3ffa commit b59f1c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generic/Router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ export class GenericWebhooksRouter {
contentSecurityPolicy: {
useDefaults: true,
directives: {
default: 'self',
defaultSrc: "'self'",
sandbox: ''
}
},
frameguard: { action: 'deny'},
xFrameOptions: { action: 'deny'},
crossOriginResourcePolicy: { policy: 'same-site'} ,
}),
GenericWebhooksRouter.xmlHandler,
Expand Down

0 comments on commit b59f1c5

Please sign in to comment.