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
Copy file name to clipboardExpand all lines: cli/schema/cypress.schema.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@
175
175
"default": null,
176
176
"description": "Enables you to override the default user agent the browser sends in all request headers. User agent values are typically used by servers to help identify the operating system, browser, and browser version. See User-Agent MDN Documentation for example user agent values here: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent"
177
177
},
178
-
"blacklistHosts": {
178
+
"blocklistHosts": {
179
179
"type": [
180
180
"string",
181
181
"array"
@@ -184,7 +184,7 @@
184
184
"type": "string"
185
185
},
186
186
"default": null,
187
-
"description": "A String or Array of hosts that you wish to block traffic for. Please read the notes for examples on using this https://on.cypress.io/configuration#blacklistHosts"
187
+
"description": "A String or Array of hosts that you wish to block traffic for. Please read the notes for examples on using this https://on.cypress.io/configuration#blocklistHosts"
0 commit comments