mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-25 00:19:11 -05:00
23299acc88
* fix: throw error if the cy.origin origin is in the same superDomainOrigin as top. * testing test tweaks * 'fix' cypress in cypress tests * Inject cross origin in google subdomains when not same-origin * style tweaks * Ensure strict same-origin check works for google. * test fixes * we don't need the location object when we just want the href. * what is in a name? * Address PR Comments