Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: CSP issues |
|
Author |
|
mrdj1024
Joined: 03 Apr 2023 Posts: 68 Location: Bridgeton,NJ,USA
|
Posted: Fri 08 Aug '25 0:24 Post subject: CSP issues |
|
|
hi,im trying to implement CSP on my website what i have is
Header set Content-Security-Policy "default-src 'self'; connect-src 'self'; font-src 'self'; img-src 'self'; media-src 'self'; object-src 'self'; script-src 'self'; style-src 'self'; frame-src 'self'"
my site loads fine using that config,but my forums have its own csp built into it,so my forums break while the rest of the site works fine,is it possible to limit the csp so when the forums are loaded it uses its own built in csp instead of the one i defined for my site? |
|
Back to top |
|
|
|
|
|
|