diff --git a/src/status_im/ui/components/svgimage.cljs b/src/status_im/ui/components/svgimage.cljs index 09e6811b3f..55e061baac 100644 --- a/src/status_im/ui/components/svgimage.cljs +++ b/src/status_im/ui/components/svgimage.cljs @@ -51,7 +51,5 @@ :third-party-cookies-enabled false :scroll-enabled false :bounces false - :scales-page-to-fit platform/android? :style {:width @width :height (* @width k) :background-color :transparent} - :origin-whitelist #js ["*"] :source {:html (html uri @width (* @width k))}}]]))))