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
These two are failing. because initialization of the class CSPDirective seems to get rid of second value in tuples such as CHILD_SRC. This causes a wrong handling of directives in camelCase.
I'm not sure to really understand why you define a tuple, but then use directive as a single value in functions such as getEffectiveDirective(). Could you provide some explanation ?
The text was updated successfully, but these errors were encountered:
Unittests on CSP are broken.
These two are failing. because initialization of the class
CSPDirective
seems to get rid of second value in tuples such asCHILD_SRC
. This causes a wrong handling of directives in camelCase.I'm not sure to really understand why you define a tuple, but then use
directive
as a single value in functions such asgetEffectiveDirective()
. Could you provide some explanation ?The text was updated successfully, but these errors were encountered: