Skip to content

Commit 96caa13

Browse files
committed
feat(app): update csp content
1 parent fde9cd8 commit 96caa13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- CSP -->
1111
<meta
1212
http-equiv="Content-Security-Policy"
13-
content="default-src http://localhost:3000 https://nestjs-example-app.fly.dev https://res.cloudinary.com *.google-analytics.com *.googletagmanager.com 'self' data: *.googleapis.com *.gstatic.com *.jsdelivr.net pokeapi.co img.pokemondb.net *.githubusercontent.com; style-src 'self' 'unsafe-inline' *.googleapis.com *.jsdelivr.net; script-src 'self' 'unsafe-inline' *.googletagmanager.com;"
13+
content="default-src http://localhost:3000 https://nestjs-example-app.fly.dev https://res.cloudinary.com *.google-analytics.com *.googletagmanager.com 'self' data: *.googleapis.com *.gstatic.com *.jsdelivr.net pokeapi.co img.pokemondb.net *.githubusercontent.com; style-src 'self' 'unsafe-inline' *.googleapis.com *.jsdelivr.net; script-src 'self' 'unsafe-inline' blob: *.googletagmanager.com;"
1414
/>
1515

1616
<!-- Preconnect -->

0 commit comments

Comments
 (0)