mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-12 02:00:06 -06:00
* test: add failing unit test for expected behavior * fix: add regex to strip out dynamic setAttribute integrity setting when modifyObstructiveThirdPartyCode is enabled * fix: properly replace integrity tags inside script resources when experimentalModifyObstructiveThirdPartyCode is true * test: fix regex rewritter to handle a few other cases of rewriting integrity. Now accurately applies to other broad strokes * rename html integrity re to general as this replaces both html and javascript integrity tags in certain cases * chore: rephrase comments in regex rewriter for MO third party code