You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/static/translations/template-config-form/en.json
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -417,20 +417,20 @@
417
417
"csp-group-one": {
418
418
"label": "",
419
419
"helper_text": "",
420
-
"warning": "This is security-related functionality that, when enabled, can stop custom scripts from loading on your checkout. Ensure you include any domains as custom script sources above, and review the documentation for this functionality:",
421
-
"csp-enable-csp": {
422
-
"label": "Enable Content Security Policy",
423
-
"helper_text": "Protects your checkout page by blocking remote content that isn’t explicitly allowed. Scripts and assets loaded by Foxy (including payment gateways and analytics) are always allowed, regardless of the settings below.",
420
+
"warning": "Please review the documentation for this functionality to ensure you understand potential impacts:",
"helper_text": "Test your policy without blocking content. This mode logs violations of the rules below, but still allows the content to load. As with enforced mode, Foxy-managed content (e.g., gateways, analytics) is always allowed and excluded from reporting.",
424
424
"checked": "Yes",
425
425
"unchecked": "No"
426
426
},
427
-
"csp-policy-enforce-script-src": {
427
+
"csp-policy-report-script-src": {
428
428
"label": "Custom script sources",
429
429
"placeholder": "example.com, *.example.com",
430
430
"helper_text": "",
431
431
"v8n_too_long": "Domain names must not exceed 1000 characters."
432
432
},
433
-
"csp-policy-enforce-reporting-endpoint": {
433
+
"csp-policy-report-reporting-endpoint": {
434
434
"label": "Reporting URL",
435
435
"helper_text": "",
436
436
"placeholder": "Optional",
@@ -440,20 +440,20 @@
440
440
"csp-group-two": {
441
441
"label": "",
442
442
"helper_text": "",
443
-
"warning": "Please review the documentation for this functionality to ensure you understand potential impacts:",
"helper_text": "Test your policy without blocking content. This mode logs violations of the rules below, but still allows the content to load. As with enforced mode, Foxy-managed content (e.g., gateways, analytics) is always allowed and excluded from reporting.",
443
+
"warning": "This is security-related functionality that, when enabled, can stop custom scripts from loading on your checkout. Ensure you include any domains as custom script sources above, and review the documentation for this functionality:",
444
+
"csp-enable-csp": {
445
+
"label": "Enable Content Security Policy",
446
+
"helper_text": "Protects your checkout page by blocking remote content that isn’t explicitly allowed. Scripts and assets loaded by Foxy (including payment gateways and analytics) are always allowed, regardless of the settings below.",
447
447
"checked": "Yes",
448
448
"unchecked": "No"
449
449
},
450
-
"csp-policy-report-script-src": {
450
+
"csp-policy-enforce-script-src": {
451
451
"label": "Custom script sources",
452
452
"placeholder": "example.com, *.example.com",
453
453
"helper_text": "",
454
454
"v8n_too_long": "Domain names must not exceed 1000 characters."
0 commit comments