Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: deprecate --experimental-policy #52602

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -1532,7 +1534,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
Expand Down
2 changes: 1 addition & 1 deletion doc/api/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->

Expand Down
Loading