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
While working on a test with multiple different CSP policies and trying to move it to be a JS test, it seemed like only some of the provided headers (in the corresponding .headers) file were taken into account, causing the test to fail, as only some of the policies were in place.
I debugged it a bit, but haven't reached full understanding of the underlying issue.
Are *.js tests being redirected somehow to the equivalent *.html test variant?
The text was updated successfully, but these errors were encountered:
While working on a test with multiple different CSP policies and trying to move it to be a JS test, it seemed like only some of the provided headers (in the corresponding
.headers
) file were taken into account, causing the test to fail, as only some of the policies were in place.I debugged it a bit, but haven't reached full understanding of the underlying issue.
Are
*.js
tests being redirected somehow to the equivalent*.html
test variant?The text was updated successfully, but these errors were encountered: