File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ connect-src \
28
28
https://*.auryc.com/ \
29
29
https://www.google-analytics.com/ \
30
30
https://stats.g.doubleclick.net/ \
31
+ https://*.algolia.net/ \
32
+ https://*.algolianet.com/ \
31
33
; \
32
34
default-src 'none' ; \
33
35
font-src 'self' ; \
@@ -52,6 +54,8 @@ script-src \
52
54
https://identity.netlify.com/ \
53
55
https://netlify-cdp-loader.netlify.app/netlify.js \
54
56
https://www.youtube.com/iframe_api/ \
57
+ https://*.algolia.net/ \
58
+ https://*.algolianet.com/ \
55
59
; \
56
60
style-src \
57
61
'self' \
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ const CSP_HEADER = [
20
20
"https://*.auryc.com/" , // Analytics (Heap)
21
21
"https://www.google-analytics.com/" , // Analytics
22
22
"https://stats.g.doubleclick.net/" , // Analytics
23
+ "https://*.algolia.net/" , // Search
24
+ "https://*.algolianet.com/" , // Search
23
25
";" ,
24
26
"default-src 'none';" ,
25
27
"font-src 'self';" ,
@@ -44,6 +46,8 @@ const CSP_HEADER = [
44
46
"https://identity.netlify.com/" , // Netlify dev tools
45
47
"https://netlify-cdp-loader.netlify.app/netlify.js" , // Netlify dev tools
46
48
"https://www.youtube.com/iframe_api/" , // YouTube Embed
49
+ "https://*.algolia.net/" , // Search
50
+ "https://*.algolianet.com/" , // Search
47
51
";" ,
48
52
"style-src" ,
49
53
"'self'" ,
You can’t perform that action at this time.
0 commit comments