chore: 12.15.0 release (#27087)

This commit is contained in:
Matt Schile
2023-06-20 10:21:50 -06:00
committed by GitHub
parent 89f0fb6465
commit d76d4e1ecf
3 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -3062,7 +3062,7 @@ declare namespace Cypress {
* specified will remain in the response headers.
*
* Please see the documentation for more information.
* @see https://on.cypress.io/configuration#experimentalCspAllowList
* @see https://on.cypress.io/experiments#Experimental-CSP-Allow-List
* @default false
*/
experimentalCspAllowList: boolean | experimentalCspAllowedDirectives[],
@@ -3077,7 +3077,7 @@ declare namespace Cypress {
* Please see https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity.
* This option has no impact on experimentalSourceRewriting and is only used with the
* non-experimental source rewriter.
* @see https://on.cypress.io/configuration#experimentalModifyObstructiveThirdPartyCode
* @see https://on.cypress.io/experiments#Configuration
*/
experimentalModifyObstructiveThirdPartyCode: boolean
/**
@@ -3087,6 +3087,7 @@ declare namespace Cypress {
* navigations, and will require the use of cy.origin(). This option takes an array of
* strings/string globs.
* @see https://developer.mozilla.org/en-US/docs/Web/API/Document/domain
* @see https://on.cypress.io/experiments#Experimental-Skip-Domain-Injection
* @default null
*/
experimentalSkipDomainInjection: string[] | null