Mô tả
This plugin enables WordPress to send HSTS header to browser
IMPORTANT NOTE: This plugin won’t work if you use any WordPress caching plugin. If this is the case, then update your .htaccess file to specify HSTS header.
HTTP Strict Transport Security (HSTS) is a web security policy mechanism that helps to protect websites against protocol downgrade attacks and cookie hijacking.
It allows web servers to declare that web browsers (or other complying user agents) should interact with it using only secure HTTPS connections, and never via the insecure HTTP protocol
Cài đặt
After you’ve downloaded and extracted the files:
- Upload the complete ‘simple-hsts-preload’ folder to the ‘/wp-content/plugins/’ directory OR install via the plugin installer
- Activate the plugin through the ‘Plugins’ menu in WordPress
- And you are done!
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Simple HSTS Preload” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Simple HSTS Preload” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0
- Enable HSTS Header, to submit to https://hstspreload.org/
- Initial release
1.1
- Test with WordPress 5.2.2
- Update documentation