If you decide to uninstall Cybarmor from your store, please follow the steps below:
Uninstall from Shopify Store
If you have a Shopify store, first
disconnect the app and then simply remove the snippet from the
theme.liquid
file:
{% render 'cybarmor'}
If easy Watermark was enabled, you may want to remove classes added to your image tags.
<img class="cybarmor-watermark" src="/someimage.jpg" alt="someimage" />
If search engine locks had been turned on, it may take a couple of weeks for search engines to start indexing images on your site.
Uninstall from a Website
From your website, remove the connector script. It looks like this:
<script src="https://www.cybarmor.app/lock.js?shop=www.myonlinestore.com" async defer></script><noscript id="photolockNoscript">body *{display:none}body:before{content:"Please enable javascript to view this site"}</noscript>
If you have a Shopify store, simply remove the snippet from the theme.liquid file:
{% render 'cybarmor'}
If easy Watermark was enabled, you may want to remove classes added to your image tags.
<img class="photolock-watermark" src="/someimage.jpg" alt="someimage" />
If search engine locks had been turned on, it may take a couple of weeks for search engines to start indexing images on your site.