Is there a way to stop Cypress with intercepting and injecting scripts into responses returning HTML files? #24378
Unanswered
zakariaelas
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Cypress team,
I want to know if there is a way to stop Cypress from intercepting and injecting
<script type='text/javascript'>document.domain = '${domain}';</script>
into HTTP responses withcontent-type: text/html
? I am trying to validate a hypothesis and would love to be able to consciously disable this behavior.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions