Skip to content

Commit

Permalink
docs: Update npm strictSSL default value (#2892)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Aug 16, 2024
1 parent 3ce03c9 commit de8ecc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -554,11 +554,7 @@ Do not use `dependencies` and `packages` at the same time.

<p><small>| OPTIONAL | BOOLEAN |</small></p>

Instructs npm to perform SSL key validation when making requests to the registry via HTTPS (`true`) or not (`false`). Defaults to `false` if not set.

:::note
If you're using a Sauce Connect tunnel, you must set `strictSSL` to `false`.
:::
Instructs npm to perform SSL key validation when making requests to the registry via HTTPS (`true`) or not (`false`). Defaults to npm's `strict-ssl` value if not set. See more [here](https://docs.npmjs.com/cli/v8/using-npm/config#strict-ssl).

```yaml
npm:
Expand Down
6 changes: 1 addition & 5 deletions docs/web-apps/automated-testing/cypress/yaml/v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,11 +568,7 @@ Do not use `dependencies` and `packages` at the same time.

<p><small>| OPTIONAL | BOOLEAN |</small></p>

Instructs npm to perform SSL key validation when making requests to the registry via HTTPS (`true`) or not (`false`). Defaults to `false` if not set.

:::note
If you're using a Sauce Connect tunnel, you must set `strictSSL` to `false`.
:::
Instructs npm to perform SSL key validation when making requests to the registry via HTTPS (`true`) or not (`false`). Defaults to npm's `strict-ssl` value if not set. See more [here](https://docs.npmjs.com/cli/v8/using-npm/config#strict-ssl).

```yaml
npm:
Expand Down
6 changes: 1 addition & 5 deletions docs/web-apps/automated-testing/playwright/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,11 +547,7 @@ Do not use `dependencies` and `packages` at the same time.

<p><small>| OPTIONAL | BOOLEAN |</small></p>

Instructs npm to perform SSL key validation when making requests to the registry via HTTPS (`true`) or not (`false`). Defaults to `false` if not set.

:::note
If you're using a Sauce Connect tunnel, you must set `strictSSL` to `false`.
:::
Instructs npm to perform SSL key validation when making requests to the registry via HTTPS (`true`) or not (`false`). Defaults to npm's `strict-ssl` value if not set. See more [here](https://docs.npmjs.com/cli/v8/using-npm/config#strict-ssl).

```yaml
npm:
Expand Down
6 changes: 1 addition & 5 deletions docs/web-apps/automated-testing/testcafe/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,11 +551,7 @@ Do not use `dependencies` and `packages` at the same time.

<p><small>| OPTIONAL | BOOLEAN |</small></p>

Instructs npm to perform SSL key validation when making requests to the registry via HTTPS (`true`) or not (`false`). Defaults to `false` if not set.

:::note
If you're using a Sauce Connect tunnel, you must set `strictSSL` to `false`.
:::
Instructs npm to perform SSL key validation when making requests to the registry via HTTPS (`true`) or not (`false`). Defaults to npm's `strict-ssl` value if not set. See more [here](https://docs.npmjs.com/cli/v8/using-npm/config#strict-ssl).

```yaml
npm:
Expand Down

0 comments on commit de8ecc4

Please sign in to comment.