logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: CSP issues
Author
mrdj1024



Joined: 03 Apr 2023
Posts: 68
Location: Bridgeton,NJ,USA

PostPosted: Fri 08 Aug '25 0:24    Post subject: CSP issues Reply with quote

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


Reply to topic   Topic: CSP issues View previous topic :: View next topic
Post new topic   Forum Index -> Apache