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
Currently Cypress uses the https://publicsuffix.org/learn list when parsing URL's, but it incorrectly calculates the private suffix registry which can lead to incorrect results.
* server: fixes#802 and fixes#380 and fixes#402 and fixes#493 and fixes#1161
- use the public suffix when parsing tld’s so that document.domain is
set correctly
* driver: move location spec back into cypress tests
* server, driver: fixes: #600 and fixes#1175 use public suffix for parsing tld, handle multiple different subdomains on cy.visit
Currently Cypress uses the https://publicsuffix.org/learn list when parsing URL's, but it incorrectly calculates the
private suffix registry
which can lead to incorrect results.Related to #380
The text was updated successfully, but these errors were encountered: