Question
BPM Company
NL
Last activity: 3 Apr 2024 16:03 EDT
Is it needed that Content Security Policy rule pxDefaultSecured allows the google analytic image?
We're using a Content Security Policy-rule based on pxDefaultSecured which is the default most secured CSP. By default this allows:
- Loading fonts from https://fonts.gstatic.com (google static) , that seems ok to me;
- Image-Source from http://www.google-analytics.com , https://www.google-analytics.com, https://ssl.google-analytics.com ;
- Script-source from http://www.google-analytics.com and https://ssl.google-analytics.com .
I would not expect that by default the secure CSP allows the google analytics script and image.
Why is this allowed by default?