Skip to content

Commit 4ad09d8

Browse files
authored
Add docs about why X-Frame-Options is unavailable (#13902)
1 parent d07af4c commit 4ad09d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/docs/reference/modules/Security/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Enabling the `OrchardCore.Security` module will allow the user to set the follow
1313
| `PermissionsPolicy` | Gets or sets the `Permissions-Policy` HTTP header. |
1414
| `ReferrerPolicy` | Gets or sets the `Referrer-Policy` HTTP header. |
1515

16+
!!! note
17+
The `Content-Security-Policy` HTTP header contains the `frame-ancestors` directive which obsoleted the `X-Frame-Options` HTTP header.
18+
1619
## Security Settings Configuration
1720

1821
The `OrchardCore.Security` module allows the user to use configuration values to override the `AdminSettings` by calling `ConfigureSecuritySettings()` extension method.

0 commit comments

Comments
 (0)