Trusted Types for Clarity
This commit is contained in:
@@ -76,7 +76,10 @@
|
|||||||
};
|
};
|
||||||
t = l.createElement(r);
|
t = l.createElement(r);
|
||||||
t.async = 1;
|
t.async = 1;
|
||||||
setScriptSrc(t, 'https://www.clarity.ms/tag/' + i);
|
setScriptSrc(
|
||||||
|
t,
|
||||||
|
`https://www.clarity.ms/tag/${i}?trustedTypes=mifi-ventures-policy`,
|
||||||
|
);
|
||||||
y = l.getElementsByTagName(r)[0];
|
y = l.getElementsByTagName(r)[0];
|
||||||
y.parentNode.insertBefore(t, y);
|
y.parentNode.insertBefore(t, y);
|
||||||
})(window, document, 'clarity', 'script', 'vuo5q3yf79');
|
})(window, document, 'clarity', 'script', 'vuo5q3yf79');
|
||||||
|
|||||||
Reference in New Issue
Block a user