https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42150 --- Comment #24 from Arthur Suzuki <arthur.suzuki@biblibre.com> --- Created attachment 196145 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196145&action=edit Bug 42150: (follow-up) Add nonce to import map script tag The QA test tools require all <script> elements to have a src or nonce attribute. Import maps are declarative JSON and not executed as code, but adding the nonce satisfies the check and is harmless. To test: 1. Run qa-test-tools on the patch set and verify all files pass the forbidden_patterns check. 2. Load any staff page and verify the import map still works (Vue islands render, plugin islands have reactivity). Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.