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 something that we'd like to forbid on our page, in order to properly protect our users from injected javascript: It concatenates untrusted strings.
Ideally, if trusted types are supported in a browser, the library should generate a TrustedScriptURL (or, better - let users pass one) and assign that unchanged.
The text was updated successfully, but these errors were encountered:
The script tag generated in
fullstory-browser-sdk/src/snippet.js
Line 24 in bdc424f
Ideally, if trusted types are supported in a browser, the library should generate a
TrustedScriptURL
(or, better - let users pass one) and assign that unchanged.The text was updated successfully, but these errors were encountered: