Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
doc: fix by lint
  • Loading branch information
apeltop committed Feb 27, 2022
commit 6ab029c58174db992eff3b2f5dd8ac9e88ac0376
3 changes: 2 additions & 1 deletion doc/api/policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ To generate integrity strings, a script such as
`node -e 'process.stdout.write("sha256-");process.stdin.pipe(crypto.createHash("sha256").setEncoding("base64")).pipe(process.stdout)' < FILE`
can be used.

Integrity can be specified as the boolean value `true` to accept anybody for the resource which can be useful for local development. It is not
Integrity can be specified as the boolean value `true` to accept anybody
Comment thread
benjamingr marked this conversation as resolved.
Outdated
for the resource which can be useful for local development. It is not
recommended in production since it would allow unexpected alteration of
resources to be considered valid.

Expand Down