Skip to content

Conversation

@karlseguin
Copy link
Collaborator

According to MDN, inline script tags should not have defer/async attributes. But some do. This ignores those attributes for inline script tags.

(Previously, we were only half ignoring them. We were treating them as inline, but flagging them as deferred or async, which was causing issues with cleanup)

Fixes: #1014

According to MDN, inline script tags should not have defer/async attributes. But
some do. This ignores those attributes for inline script tags.

(Previously, we were only half ignoring them. We were treating them as inline,
but flagging them as deferred or async, which was causing issues with cleanup)

Fixes: #1014
@krichprollsch krichprollsch merged commit bc82023 into main Sep 5, 2025
10 checks passed
@krichprollsch krichprollsch deleted the inline_script_ignore_defer branch September 5, 2025 15:44
@github-actions github-actions bot locked and limited conversation to collaborators Sep 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

infinite loop executing a JS script

3 participants