You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per whatwg/fetch#814 this design is no good. It seems that CSP already does the parsing itself so perhaps all that is needed is that you update this to use https://fetch.spec.whatwg.org/#concept-header-list-get instead? Though if you could use get, decode, and split, that would be better of course.
The text was updated successfully, but these errors were encountered:
As per whatwg/fetch#814 this design is no good. It seems that CSP already does the parsing itself so perhaps all that is needed is that you update this to use https://fetch.spec.whatwg.org/#concept-header-list-get instead? Though if you could use get, decode, and split, that would be better of course.
The text was updated successfully, but these errors were encountered: