doc: deprecate --experimental-policy

PR-URL: https://github.com/nodejs/node/pull/52602
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
This commit is contained in:
RafaelGSS
2024-04-19 16:29:40 -03:00
parent 5548928cb4
commit 01c281fa9f
2 changed files with 4 additions and 2 deletions

View File

@@ -885,6 +885,8 @@ following permissions are restricted:
added: v11.8.0
-->
> Stability: 0 - Deprecated: Will be removed shortly.
Use the specified file as a security policy.
### `--experimental-require-module`
@@ -1524,7 +1526,7 @@ developers may leverage to detect deprecated API usage.
added: v12.7.0
-->
> Stability: 1 - Experimental
> Stability: 0 - Deprecated: Will be removed shortly.
Instructs Node.js to error prior to running any code if the policy does not have
the specified integrity. It expects a [Subresource Integrity][] string as a

View File

@@ -27,7 +27,7 @@ If you find a potential security vulnerability, please refer to our
<!-- type=misc -->
> Stability: 1 - Experimental
> Stability: 0 - Deprecated: Will be removed shortly
<!-- name=policy -->