Where can I find out what content security policy (CSP) features are supported by the Safari browser?
I am getting error reports only for Safari and want to confirm whether or not Safari supports the policy I have in place.
My Policy:
base-uri; object-src; script-src https://*.example.com *.example.com 'nonce-LwhUCQNCuRTtk6dBXRpPjw==' 'strict-dynamic' 'unsafe-inline'; report-uri https://example.com/csp/report;",