File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ script-src \
57
57
https://widget.kapa.ai/kapa-widget.bundle.js \
58
58
https://www.google.com/recaptcha/api.js \
59
59
https://www.gstatic.com/recaptcha/releases/ \
60
+ https://www.google.com/recaptcha/enterprise.js \
60
61
; \
61
62
style-src \
62
63
'self' \
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ const CSP_HEADER = [
27
27
"https://kapa-widget-proxy-la7dkmplpq-uc.a.run.app/" , // Kapa.ai
28
28
"https://www.google.com/recaptcha/api.js" , // Recaptcha for Kapa.ai
29
29
"https://www.gstatic.com/recaptcha/releases/" , // Recaptchas for Kapa.ai
30
+ "https://www.google.com/recaptcha/enterprise.js" , // Recaptchas for Kapa.ai
30
31
";" ,
31
32
"default-src 'none';" ,
32
33
"font-src 'self';" ,
@@ -59,6 +60,7 @@ const CSP_HEADER = [
59
60
"https://kapa-widget-proxy-la7dkmplpq-uc.a.run.app/" , // Kapa.ai
60
61
"https://www.google.com/recaptcha/api.js" , // Recaptcha for Kapa.ai
61
62
"https://www.gstatic.com/recaptcha/releases/" , // Recaptchas for Kapa.ai
63
+ "https://www.google.com/recaptcha/enterprise.js" , // Recaptchas for Kapa.ai
62
64
";" ,
63
65
"style-src" ,
64
66
"'self'" ,
You can’t perform that action at this time.
0 commit comments