[Webkit-unassigned] [Bug 192667] New: Implement duplicate attribute on script elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 13 09:02:58 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=192667

            Bug ID: 192667
           Summary: Implement duplicate attribute on script elements
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: andypaicu at chromium.org
                CC: cdumez at apple.com

After this PR https://github.com/whatwg/html/pull/4223, the <script> element will need to record in a flag whether a duplicate attribute was found during parsing. This flag is then used in this CSP check: https://w3c.github.io/webappsec-csp/#is-element-nonceable (after this PR lands: https://github.com/w3c/webappsec-csp/pull/377)

WPT test: https://github.com/web-platform-tests/wpt/blob/master/content-security-policy/script-src/nonce-enforce-blocked.html

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181213/c29ee3a8/attachment.html>


More information about the webkit-unassigned mailing list