sodepr
CDCloudflare Developers
•Created by sodepr on 9/30/2024 in #pages-help
[Cloudflare pages] Header auto join with ","
Hello everyone,
https://developers.cloudflare.com/pages/configuration/headers/
I config the header but it auto joins with the "," => incorrect for CSP header
Eg:
_header
Content-Security-Policy: frame-ancestors 'none';
Content-Security-Policy: default-src 'none';
=> Expected: Content-Security-Policy: frame-ancestors 'none'; default-src 'none';
=> Actual: Content-Security-Policy: frame-ancestors 'none';, default-src 'none';
Do we have any way to prevent the "," character?
Many thanks.
1 replies