Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
chore(csp): add google.com/ads to csp
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <[email protected]>
  • Loading branch information
mcansh committed Oct 8, 2019
1 parent bc3c9ce commit 0970b29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/csp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const CSP = (props: DocumentProps) => {
'data:',
'www.googletagmanager.com',
'www.google-analytics.com',
'www.google.com/ads',
],
};

Expand Down

0 comments on commit 0970b29

Please sign in to comment.