Skip to content

Commit

Permalink
chore(merge conflicts): fix merge conflicts
Browse files Browse the repository at this point in the history
chore #567
  • Loading branch information
alejandrosaenz117 committed Jan 29, 2021
2 parents 3aa0e94 + ff8614d commit a431af0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ app.use(
helmet.contentSecurityPolicy({
directives: {
defaultSrc: ["'self' blob:", 'stackpath.bootstrapcdn.com'],
scriptSrc: ["'self'", 'code.jquery.com', 'stackpath.bootstrapcdn.com'],
scriptSrc: [
"'self'",
'code.jquery.com',
'stackpath.bootstrapcdn.com',
'${serverIpAddress}',
],
styleSrc: ["'self'", 'stackpath.bootstrapcdn.com', "'unsafe-inline'"],
},
})
Expand Down

0 comments on commit a431af0

Please sign in to comment.