Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
fix(helmet): add githubassets.com to img-src CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
VChet committed Oct 10, 2020
1 parent a8dc3a6 commit fde5008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ function addExpressMiddleware(app) {
"'self'",
"data:",
"https://raw.githubusercontent.com",
"https://github.githubassets.com",
"https://www.google-analytics.com"
],
"style-src": ["'self'", "'unsafe-inline'"],
Expand Down

0 comments on commit fde5008

Please sign in to comment.