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
In a few cases, it seems that ToastUI chart uses elem.setAttribute("style","a: b") instead of elem.style.a = b. I don't know if this has any advantage, but setAttribute requires style-src unsafe-inline while .style works fine with a strict Content-Security-Policy.
The text was updated successfully, but these errors were encountered:
In a few cases, it seems that ToastUI chart uses
elem.setAttribute("style","a: b")
instead ofelem.style.a = b
. I don't know if this has any advantage, butsetAttribute
requiresstyle-src unsafe-inline
while.style
works fine with a strict Content-Security-Policy.The text was updated successfully, but these errors were encountered: