Say I have this header set on mywebsite.com:
mywebsite.com
Content-Security-Policy: script-src self https://*.example.com
I know it will all
According to Mozilla's docs you should include 'self' as well as *.example.com in the CSP header if you want to include the base domain.
'self'
*.example.com