• Remove all inline JS from admin templates

    kyle released this 2026-04-01 15:26:29 +00:00 | 2 commits to master since this release

    script-src 'self' blocks inline onclick handlers and <script> blocks.
    Migrate all interactive behavior to data-* attributes wired by mcias.js:

    • data-toggle-form: accounts, policies, pgcreds create-form buttons
    • data-href: audit clickable table rows
    • data-tab: policy form tab switching (moved showTab from inline script)

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

    Downloads