From d794f932fecc85bd9c8f5751d9acd5501c638022 Mon Sep 17 00:00:00 2001 From: Ethan Setnik Date: Wed, 3 Apr 2024 13:15:15 -0400 Subject: [PATCH] docs: Add link to chromeWebSecurity read more (#29146) * docs: Add link to chromeWebSecurity read more * Update cli/types/cypress.d.ts Co-authored-by: Jennifer Shehane --------- Co-authored-by: Jennifer Shehane Co-authored-by: Jennifer Shehane --- cli/types/cypress.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/types/cypress.d.ts b/cli/types/cypress.d.ts index 4cc3f6bfa233..526bb07f83fa 100644 --- a/cli/types/cypress.d.ts +++ b/cli/types/cypress.d.ts @@ -3057,7 +3057,7 @@ declare namespace Cypress { */ video: boolean /** - * Whether Chrome Web Security for same-origin policy and insecure mixed content is enabled. Read more about this here + * Whether Chrome Web Security for same-origin policy and insecure mixed content is enabled. Read more about this [here](https://on.cypress.io/web-security#Disabling-Web-Security) * @default true */ chromeWebSecurity: boolean