File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
content/guides/references Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -389,9 +389,9 @@ Security page regarding
389
389
There are other ways of testing the interaction between 2 superdomains. Because
390
390
the browser has a natural security barrier called ` origin policy ` this means
391
391
that state like ` localStorage ` , ` cookies ` , ` service workers ` and many other APIs
392
- are not shared between them anyways. Because of this, the Cypress APIs that
393
- interact with ` localStorage ` , ` sessionStorage ` , and ` cookies ` are able to take a
394
- domain option in order to interact with the appropriate domain .
392
+ are not shared between them anyways. Cypress does offer APIs around
393
+ ` localStorage ` , ` sessionStorage ` , and ` cookies ` that are not limited to this
394
+ restriction .
395
395
396
396
As a best practice, you should not visit or interact with a 3rd party service
397
397
not under your control. However, there are exceptions! If your organization uses
@@ -404,3 +404,5 @@ We've written several other guides specifically about handling this situation.
404
404
- [ Best Practices: Visiting external sites] ( /guides/references/best-practices#Visiting-external-sites )
405
405
- [ Web Security: Common Workarounds] ( /guides/guides/web-security#Common-Workarounds )
406
406
- [ Recipes: Logging In - Single Sign On] ( /examples/examples/recipes#Logging-In )
407
+ - [ Guides: Amazon Cognito Authentication] ( /guides/end-to-end-testing/amazon-cognito-authentication )
408
+ - [ Guides: Okta Authentication] ( /guides/end-to-end-testing/okta-authentication )
You can’t perform that action at this time.
0 commit comments