You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement security headers plugin for Docusaurus (#132)
- Added a new security headers plugin to enhance application security by preventing clickjacking, MIME type sniffing, and enforcing content security policies.
- Configured the plugin to set appropriate HTTP headers in both development and production environments.
- Created a static _headers file to define security headers for production deployment.
0 commit comments