• Fix CSP-blocked inline handlers on SSO clients page

    kyle released this 2026-04-01 15:22:17 +00:00 | 3 commits to master since this release

    script-src 'self' blocks onclick handlers and style-src blocks inline
    style attributes. Replace onclick with data-toggle-form attributes
    wired by mcias.js on DOMContentLoaded, and move inline styles to CSS
    utility classes.

    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

    Downloads