mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user