79568266

Date: 2025-04-11 07:40:02
Score: 1.5
Natty:
Report link

This is the right solution. Works 100%!

Simply change this parameter (EnableCSPHeaderForPage) from true to false using the script below.

Add-PSSnapin Microsoft.SharePoint.PowerShell
$farm = Get-SPFarm
$farm.EnableCSPHeaderForPage = $false
$farm.Update()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: VaaToo