docs: address code review comments
- Fix test count in SECURITY_AUDIT.md (11 tests, not 24) - Add deprecation note for ALLOW-FROM in X-Frame-Options - Update documentation to recommend CSP frame-ancestors instead Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -159,7 +159,7 @@ Prevents the page from being loaded in frames/iframes. Protects against clickjac
|
||||
**Valid Values:**
|
||||
- `DENY` - Page cannot be displayed in a frame (most secure)
|
||||
- `SAMEORIGIN` - Page can only be displayed in a frame on the same origin
|
||||
- `ALLOW-FROM uri` - Page can only be displayed in a frame on the specified origin (deprecated in modern browsers)
|
||||
- ~~`ALLOW-FROM uri`~~ - **Deprecated**: Page can only be displayed in a frame on the specified origin. This directive is deprecated in modern browsers; use CSP `frame-ancestors` directive instead.
|
||||
|
||||
#### X-Content-Type-Options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user