Skip to content

Commit fd64fb4

Browse files
authored
Add link to CSP section in Security section
Fixes #1228
1 parent 0e2c346 commit fd64fb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,10 @@ isSchemaSecure(schema2); // true
733733
__Please note__: following all these recommendation is not a guarantee that validation of untrusted data is safe - it can still lead to some undesirable results.
734734

735735

736+
##### Content Security Policies (CSP)
737+
See [Ajv and Content Security Policies (CSP)](#ajv-and-content-security-policies-csp)
738+
739+
736740
## ReDoS attack
737741

738742
Certain regular expressions can lead to the exponential evaluation time even with relatively short strings.

0 commit comments

Comments
 (0)