mzuccaroli / angular-google-tag-manager

A service library for integrate google tag manager in your angular project
https://itnext.io/how-to-add-google-tag-manager-to-an-angular-application-fc68624386e2
MIT License
136 stars 78 forks source link

Allow the usage of the angular nonce token #194

Open Azali-dev opened 6 months ago

Azali-dev commented 6 months ago

Hello,

I was working on applying stricter csp rules on my project and the nonce approach came along. The library use his own token to define a nonce and that is working well. I would like to add the support of using the Angular CSP_NONCE token as value aswell. There's no breaking change with the existing way to deal with nonce.

Thank's