You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone encountered issue with adding hashed value?
Didn't found inside docs how to implement it using ReactGA.initialize().
So far did it with JS by finding script in html head and adding additional tags crossorigin and integrity with hash, but then get :
Failed to find a valid digest in the 'integrity' attribute for resource 'https://www.googletagmanager.com/gtag/js?id={MY_MEASSUREMENT)_ID}' with computed SHA-256 integrity {SHA256_CODE}. The resource has been blocked
Read a bit google docs, but nothing particular with hashes. Maybe someone knows solution?
The text was updated successfully, but these errors were encountered:
Hello,
Does anyone encountered issue with adding hashed value?
Didn't found inside docs how to implement it using
ReactGA.initialize()
.So far did it with JS by finding script in html head and adding additional tags
crossorigin
andintegrity
with hash, but then get :Read a bit google docs, but nothing particular with hashes. Maybe someone knows solution?
The text was updated successfully, but these errors were encountered: