Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing img-src policy for www.googletagmanager.com
According to the [CSP documentation](https://developers.google.com/tag-platform/tag-manager/web/csp), the following directives are needed for the www.googletagmanager.com domain (when nonces or hashes are not used): script-src: 'unsafe-inline' https://www.googletagmanager.com img-src: www.googletagmanager.com
- Loading branch information