@@ -881,16 +881,6 @@ following permissions are restricted:
881
881
* Child Process - manageable through [ ` --allow-child-process ` ] [ ] flag
882
882
* Worker Threads - manageable through [ ` --allow-worker ` ] [ ] flag
883
883
884
- ### ` --experimental-policy `
885
-
886
- <!-- YAML
887
- added: v11.8.0
888
- -->
889
-
890
- > Stability: 0 - Deprecated: Will be removed shortly.
891
-
892
- Use the specified file as a security policy.
893
-
894
884
### ` --experimental-require-module `
895
885
896
886
<!-- YAML
@@ -1508,18 +1498,6 @@ unless either the `--pending-deprecation` command-line flag, or the
1508
1498
are used to provide a kind of selective "early warning" mechanism that
1509
1499
developers may leverage to detect deprecated API usage.
1510
1500
1511
- ### ` --policy-integrity=sri `
1512
-
1513
- <!-- YAML
1514
- added: v12.7.0
1515
- -->
1516
-
1517
- > Stability: 0 - Deprecated: Will be removed shortly.
1518
-
1519
- Instructs Node.js to error prior to running any code if the policy does not have
1520
- the specified integrity. It expects a [ Subresource Integrity] [ ] string as a
1521
- parameter.
1522
-
1523
1501
### ` --preserve-symlinks `
1524
1502
1525
1503
<!-- YAML
@@ -2622,7 +2600,6 @@ one is included in the list below.
2622
2600
* ` --experimental-modules `
2623
2601
* ` --experimental-network-imports `
2624
2602
* ` --experimental-permission `
2625
- * ` --experimental-policy `
2626
2603
* ` --experimental-print-required-tla `
2627
2604
* ` --experimental-require-module `
2628
2605
* ` --experimental-shadow-realm `
@@ -2664,7 +2641,6 @@ one is included in the list below.
2664
2641
* ` --openssl-legacy-provider `
2665
2642
* ` --openssl-shared-config `
2666
2643
* ` --pending-deprecation `
2667
- * ` --policy-integrity `
2668
2644
* ` --preserve-symlinks-main `
2669
2645
* ` --preserve-symlinks `
2670
2646
* ` --prof-process `
@@ -3136,7 +3112,6 @@ node --stack-trace-limit=12 -p -e "Error.stackTraceLimit" # prints 12
3136
3112
[ ScriptCoverage ] : https://chromedevtools.github.io/devtools-protocol/tot/Profiler#type-ScriptCoverage
3137
3113
[ ShadowRealm ] : https://github.com/tc39/proposal-shadowrealm
3138
3114
[ Source Map ] : https://sourcemaps.info/spec.html
3139
- [ Subresource Integrity ] : https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
3140
3115
[ V8 JavaScript code coverage ] : https://v8project.blogspot.com/2017/12/javascript-code-coverage.html
3141
3116
[ V8 code cache ] : https://v8.dev/blog/code-caching-for-devs
3142
3117
[ `"type"` ] : packages.md#type
0 commit comments