Hi @Wilson Shen,
As said in the documentation,
By default in Reporting Services 2019, there are no custom headers and the value is blank like shown in my environment.
By default in Power BI Report Server January 2020 and later, the value is:
<CustomHeaders>
<Header>
<Name>X-Frame-Options</Name>
<Pattern>(?(?=.*api.*|.*rs:embed=true.*|.*rc:toolbar=false.*)(^((?!(.+)((\/api)|(\/(.+)(rs:embed=true|rc:toolbar=false)))).*$))|(^(?!(http|https):\/\/([^\/]+)\/powerbi.*$)))</Pattern>
<Value>SAMEORIGIN</Value>
</Header>
</CustomHeaders>
Which is different between SSRS and PBIRS.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.