Security Headers

外掛說明

Security Headers helps site owners manage modern browser security headers from inside WordPress.

Features include:

  • Admin settings page under Settings > Security Headers
  • HSTS controls with preload warning
  • Referrer-Policy and X-Frame-Options settings
  • Permissions-Policy custom value field
  • Content-Security-Policy builder with Report-Only mode
  • Diagnostics screen showing configured headers
  • Test tool to fetch and inspect your live response headers
  • Import, export, and reset settings tools
  • Cleanup on uninstall

Why security headers important?

When auditing websites, security headers are frequently forgotten.

Although some may argue that website security is unrelated to SEO, it does become so when a site is compromised and search traffic completely disappears.

Everyone who publishes content online should pay special attention to security headers.

Getting hacked is not good. You lose traffic, customers and it’s a pain to resolve all the issues.

But good thing you’re smart and have searched for this plugin :).

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin in WordPress
  3. Go to Settings > Security Headers
  4. Save your preferred configuration

常見問題集

Is Content-Security-Policy enabled by default?

No. CSP is disabled by default because a strict policy can break scripts, styles, embeds, or third-party integrations if it is not configured carefully.

Should I use Report-Only mode first?

Yes. Report-Only mode is the safest way to start testing CSP because it reports problems without blocking resources.

Does HSTS work on HTTP sites?

No. HSTS should only be enabled when your site is fully available over HTTPS.

使用者評論

2023 年 5 月 29 日
No warning, no instruction of what to do if you site goes down, no configuration options, deleting the plugin directory does not resort your website. From my experience, unless you have hours with nothing better to do except rebuild your WordPress website, installing advise not to install this plugin
2022 年 9 月 27 日
I installed the plugin. great work!!!!!! from F score to A+ score. Thank you for creating this plugin, t was really hard to do it on a htaccess file and server configuration stuff not familiar… and with this plugin i dont need to touch teh htaccess file, it works.
閱讀全部 2 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Security Headers〉的開發相關工作。

參與者

〈Security Headers〉外掛目前已有 2 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Security Headers〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.3.0

  • Added diagnostics and live header testing tools in wp-admin.
  • Added import, export, and reset tools for plugin settings.
  • Added a configurable Content-Security-Policy builder with Report-Only support.
  • Added uninstall cleanup for stored plugin options.

1.2.0

  • Added a WordPress admin settings page under Settings > Security Headers.
  • Added saved plugin options with sanitization and safer defaults.
  • Connected PHP and Apache header output to the saved admin settings.

1.1.0

  • Updated plugin metadata for modern WordPress compatibility.
  • Removed deprecated legacy headers.
  • Limited default headers to a conservative modern set to reduce breakage.
  • Only sends HSTS on HTTPS requests.

1.0.0

  • First release