Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Farias <bradley.meck@gmail.com>2018-09-13 22:27:12 +0300
committerBradley Farias <bradley.meck@gmail.com>2019-01-17 18:43:42 +0300
commit9d5fbeb55fb1927928237e09475d39346d9c3ad9 (patch)
treeca2f567ff647c9a1706f39e93e54caa03cd98c1d /doc/api/index.md
parent7b6e9aedaf8c9aa219ff759bed6b1680910eefe0 (diff)
policy: manifest with subresource integrity checks
This enables code loaded via the module system to be checked for integrity to ensure the code loaded matches expectations. PR-URL: https://github.com/nodejs/node/pull/23834 Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'doc/api/index.md')
-rw-r--r--doc/api/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/index.md b/doc/api/index.md
index 23fe9bfa039..a1bc34e81ff 100644
--- a/doc/api/index.md
+++ b/doc/api/index.md
@@ -39,6 +39,7 @@
* [OS](os.html)
* [Path](path.html)
* [Performance Hooks](perf_hooks.html)
+* [Policies](policy.html)
* [Process](process.html)
* [Punycode](punycode.html)
* [Query Strings](querystring.html)