-
Notifications
You must be signed in to change notification settings - Fork 0
Error: CSP 0300
Ryan Parman edited this page Jun 14, 2024
·
2 revisions
[ERROR] directive
plugin-types
has an invalid value%s
[CSP-0300]
The plugin-types
directive allowed only real media types (née mime types). The official list of media types is provided by the IANA. While the specific values are not evaluated, the type (e.g., application
, text
, video
) is evaluated as one of the official types, and the sub-type (e.g., pdf
, plain
, m4v
) is evaluated against a regular expression of allowable characters.
In this case, the media type(s) used for the plugin-types
directive contains one or more of these errors. Check for misspellings or wildcard (*
) characters.
Content licensed under CC BY-SA.
- 🧪 Experimental, with limited support
⚠️ Important notes on usage- 🚫 Deprecated or obsolete
- base-uri
- block-all-mixed-content 🚫
- child-src
- connect-src
- default-src
- fenced-frame-src 🧪
- font-src
- form-action
- frame-ancestors
- frame-src
- img-src
- manifest-src
- media-src
- navigate-to 🚫
- object-src
- plugin-types 🚫
- prefetch-src 🚫
- referrer 🚫
- report-to 🧪
-
report-uri
⚠️ - require-trusted-types-for 🧪
- sandbox
- script-src-attr
- script-src-elem
- script-src
- style-src-attr
- style-src-elem
- style-src
- trusted-types 🧪
- upgrade-insecure-requests
- webrtc
- worker-src