You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/reference/modules/Security/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@ Enabling the `OrchardCore.Security` module will allow the user to set the follow
13
13
|`PermissionsPolicy`| Gets or sets the `Permissions-Policy` HTTP header. |
14
14
|`ReferrerPolicy`| Gets or sets the `Referrer-Policy` HTTP header. |
15
15
16
+
!!! note
17
+
The `Content-Security-Policy` HTTP header contains the `frame-ancestors` directive which obsoleted the `X-Frame-Options` HTTP header.
18
+
16
19
## Security Settings Configuration
17
20
18
21
The `OrchardCore.Security` module allows the user to use configuration values to override the `AdminSettings` by calling `ConfigureSecuritySettings()` extension method.
0 commit comments