Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 08:25

Key Features

  • 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.