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
We validate it must match something like application/pdf which is not correct.
Expected outcome
Describe what you expected to happen
plugin_types should allow for an empty directive. Sending an empty array omits the directive. Sending none is not allowed by validation. An array of empty strings doesn't work either (validation)
Actual outcome
Configuration errors when trying to do the right thing
The text was updated successfully, but these errors were encountered:
Bugs
https://w3c.github.io/webappsec-csp/#directive-plugin-types
We validate it must match something like
application/pdf
which is not correct.Expected outcome
Describe what you expected to happen
plugin_types
should allow for an empty directive. Sending an empty array omits the directive. Sendingnone
is not allowed by validation. An array of empty strings doesn't work either (validation)Actual outcome
Configuration errors when trying to do the right thing
The text was updated successfully, but these errors were encountered: