Skip to content

Commit 4cb129c

Browse files
authored
Merge pull request #10052 from jbrodsky-code/patch-1
Update server-properties-advanced-page-reporting-services.md
2 parents bb9fabb + a1b5778 commit 4cb129c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/reporting-services/tools/server-properties-advanced-page-reporting-services.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,15 @@ Sets header values for all URLs matching the specified regex pattern. Users can
8181
```
8282

8383
> [!NOTE]
84-
> Too many headers may impact performance.
84+
> Too many headers may impact performance.
85+
>
86+
> The ```X-Frame-Options```default response header will block the ability to embed SSRS reports within an iframe html element. Removing this header from the ```<CustomHeaders />``` advanced server property will allow reports to be used within iframes.
87+
> ** It is not recommended to make this change on any report servers that will be hosted on the public internet.**
8588
8689
We recommend validating the configuration of your topology to ensure the set of headers is compatible with your deployment of Reporting Services. It's possible to choose settings that cause errors in browsers if the browsers don't also have the appropriate settings. For example, you shouldn't add an HSTS configuration if your server isn't configured for https. Incompatible headers might result in browser rendering errors.
8790

91+
92+
8893
#### CustomHeaders XML format
8994

9095
```xml

0 commit comments

Comments
 (0)