Skip to content

Commit 01c281f

Browse files
committed
doc: deprecate --experimental-policy
PR-URL: #52602 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 5548928 commit 01c281f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/api/cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,8 @@ following permissions are restricted:
885885
added: v11.8.0
886886
-->
887887

888+
> Stability: 0 - Deprecated: Will be removed shortly.
889+
888890
Use the specified file as a security policy.
889891

890892
### `--experimental-require-module`
@@ -1524,7 +1526,7 @@ developers may leverage to detect deprecated API usage.
15241526
added: v12.7.0
15251527
-->
15261528

1527-
> Stability: 1 - Experimental
1529+
> Stability: 0 - Deprecated: Will be removed shortly.
15281530
15291531
Instructs Node.js to error prior to running any code if the policy does not have
15301532
the specified integrity. It expects a [Subresource Integrity][] string as a

doc/api/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you find a potential security vulnerability, please refer to our
2727

2828
<!-- type=misc -->
2929

30-
> Stability: 1 - Experimental
30+
> Stability: 0 - Deprecated: Will be removed shortly
3131
3232
<!-- name=policy -->
3333

0 commit comments

Comments
 (0)