Open
Description
Reading https://html.spec.whatwg.org/#cors-settings-attributes, crossorigin
allows the empty string to be treated as anonymous
. This means that <script crossorigin>
is equivalent to <script crossorigin="">
.
Should crossorigin be added to the booleanAttributes list in
SwiftSoup/Sources/Attribute.swift
Lines 15 to 20 in e2d1120
Activity