विवरण
Adds a CSP header compatible with most WP plugins without breaking styles.
इंस्टॉलेशन
- Extract the zip file and drop the contents in wp-content/plugins/ or install via dashboard.
- Activate the plugin. No settings required.
सामान्य प्रश्न
-
Is there something to do after install?
-
Just activate it!
समीक्षाएं
जुलाई 24, 2023
I downloaded this plugin and modified it for my site. I would recommend doing that. The plugin hooks into the ‘template_redirect’ hook. At that point the source for the page has been generated by themes and plugins and is ready to be sent. The plugin looks through the generated source and makes nonces for all inline scripts and styles. It modifies the source so the inline scripts and styles have a nonce=’some-nonce’ statement in them. It creates a Content-Security-Policy which includes those nonces.
However, each site has its own CSP needs, and so modifying the plugin to tailor the CSP to your site is not that difficult to do. That is what I have done.
सितम्बर 15, 2022
doesn’t seem to work properly with w3tc. hope it will get updated at some point.
सितम्बर 8, 2022
The plugin works as advertised however, it does not let you modify the CSP header resulting in a less than ideal CSP header.
The header this plugin serves provides no protection against clickjacking and allows all external scripts.
जुलाई 14, 2022
This is the most ‘straight to the point’ CSP tool that I’ve found.
So far, so go.
सहायक &डेवलपर्स
यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।
योगदानकर्ताTranslate “CSP Friendly Security” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
बदलाव विवरण
1.5.1
- Fixed plugin header for WP validation
- Added short description
