I am unable add img-src, font-src and style-src to experimentalCspAllowList values in cypress.config. I got the error: Expected experimentalCspAllowList to be an array including any of these values: ["script-src-elem", "script-src", "default-src", "form-action", "child-src", "frame-src"]..
Our CSP implementation including img-src, font-src and style-src, but these are not valid for to experimentalCspAllowList values. Is this intentional, and is there a workaround for this?
Description
I am unable add
img-src
,font-src
andstyle-src
toexperimentalCspAllowList
values in cypress.config. I got the error: Expected experimentalCspAllowList to be an array including any of these values: ["script-src-elem", "script-src", "default-src", "form-action", "child-src", "frame-src"]..URL of Issue(s)
https://docs.cypress.io/app/references/experiments#Experimental-CSP-Allow-List
Steps to replicate
Browser
No response
Device
Additional Information
Our CSP implementation including
img-src
,font-src
andstyle-src
, but these are not valid for toexperimentalCspAllowList
values. Is this intentional, and is there a workaround for this?