Is there any way to set the SafeAgainstScript property of the SafeControl entry in the Web.config file to true upon installation / upgrade of the web part? (it always defaults to false)
The SafeControl entry should appear as follows:
<SafeControl Assembly="Microsoft.SharePoint, ..." Namespace="Microsoft.SharePoint" TypeName="*" Safe="True" SafeAgainstScript="True" />
I am installing a third party web part and would like NOT to have to go back and edit the config file each time the web part is re-installed or upgraded.