https://github.com/riklewis/better-headers
Improve the security of your website by easily setting HTTP response headers to enable browser protection
https://github.com/riklewis/better-headers
http-headers security wordpress wordpress-plugin
Last synced: 11 months ago
JSON representation
Improve the security of your website by easily setting HTTP response headers to enable browser protection
- Host: GitHub
- URL: https://github.com/riklewis/better-headers
- Owner: riklewis
- License: gpl-3.0
- Created: 2019-02-28T21:40:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T13:54:59.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T06:08:54.597Z (about 1 year ago)
- Topics: http-headers, security, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://bettersecurity.co
- Size: 271 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Better Headers
Improve the security of your website by easily setting HTTP response headers to enable browser protection
This plugin does not make any changes to your server configuration, such as the .htaccess file, but instead sends the headers as part of the Wordpress page response. The reason for this is that many of them are not valid for assets such as stylesheets and images, but are sent anyway if the server configuration method is used.
Unlike many security plugins, these headers are also sent for your admin panel, where security is arguably the most important.
Headers that can be set include...
* Feature-Policy
* Referrer-Policy
* Strict-Transport-Security
* X-Frame-Options
* X-Content-Type-Options
* X-XSS-Protection
* X-Permitted-Cross-Domain-Policies
* Expect-CT