We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d486cd4 commit a9f5c5fCopy full SHA for a9f5c5f
src/status_im/ui/components/svgimage.cljs
@@ -50,4 +50,5 @@
50
:bounces false
51
:scales-page-to-fit platform/android?
52
:style {:width @width :height (* @width k) :background-color :transparent}
53
+ :origin-whitelist #js ["*"]
54
:source {:html (html uri @width (* @width k))}}]]))))
0 commit comments