开发者 | wpfixit |
---|---|
更新时间 | 2025年8月25日 01:31 |
捐献地址: | 去捐款 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
home_url()
).
Notes on CSP
This plugin ships with a permissive default CSP intended to “work everywhere” out of the box (allows most external sources and inline code). For stronger protection, you should harden the directives for your specific site.
Key Features
/wp-content/plugins/fix-it-easy-security-headers/
or install via Plugins → Add New.Go to Tools → Security Headers.
All header options are enabled and you’re redirected once to the settings page.
Most headers are safe defaults. The provided CSP is intentionally permissive; it shouldn’t block assets. For strict CSPs, tailor directives to your stack and test.
Yes. The “Check Headers” URL is derived from home_url()
. Activation redirect is skipped for network/bulk activations.
The page prints only this plugin’s scoped settings messages to avoid duplicate notices.
Yes. You can modify the $csp
string in security_headers_add_headers()
to fit your site’s needs.