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
Enhanced integration of hCaptcha by updating the Content Security Policy (CSP) to support necessary scripts, styles, frames, and base64 fonts.
Bug Fixes
Corrected the CSP in middleware.go to include https://hcaptcha.com and its subdomains in the directives for script-src, style-src, font-src, img-src, and connect-src, ensuring proper functionality of hCaptcha components.
Technical Improvements
Made a targeted modification in the SecurityHeadersMiddleware function to improve compliance with security policies related to hCaptcha integration.