Title: From http:// to https://
Last modified: March 26, 2020

---

# From http:// to https://

 *  Resolved [josh1324](https://wordpress.org/support/users/josh1324/)
 * (@josh1324)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/from-http-to-https-6/)
 * After installing secure SSL and changing my links to https:// it looks like all
   my SVG-images are broken because the svg links remain http:// and the browsers
   are blocking them.
 * Is there a way to fix this?
    -  This topic was modified 6 years, 2 months ago by [josh1324](https://wordpress.org/support/users/josh1324/).

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Daryll Doyle](https://wordpress.org/support/users/enshrined/)
 * (@enshrined)
 * [6 years ago](https://wordpress.org/support/topic/from-http-to-https-6/#post-12897617)
 * Hi [@josh1324](https://wordpress.org/support/users/josh1324/),
 * It depends what links are pointing to http:// rather than [https://](https://wordpress.org/support/topic/from-http-to-https-6/?output_format=md).
   If they’re actual hrefs in your SVG, then, unfortunately, there’s not a way for
   Safe SVG to automatically fix these. You’d need to change the links in the SVG
   file and re-upload them.
 * If you’re talking about the SVG namespace ([http://www.w3.org/2000/svg](http://www.w3.org/2000/svg))
   then I’m sorry to say that these are set by the W3C. That said, they shouldn’t
   be seen by the browser as URLs, therefore shouldn’t trigger an insecure content
   warning.
 * You can try switching the namespace declaration to the https version, but I think
   this will break the SVG in older browsers ([https://www.w3.org/2000/svg](https://www.w3.org/2000/svg)).
   The namespace will have been initially added by whatever application was used
   to generate your SVGs.
 * You can see another explanation on namespaces here: [https://stackoverflow.com/questions/39960017/does-svg-xmlns-attribute-value-requires-protocol-can-it-be-https-or-relative](https://stackoverflow.com/questions/39960017/does-svg-xmlns-attribute-value-requires-protocol-can-it-be-https-or-relative)

Viewing 1 replies (of 1 total)

The topic ‘From http:// to https://’ is closed to new replies.

 * ![](https://ps.w.org/safe-svg/assets/icon.svg?rev=2779013)
 * [Safe SVG](https://wordpress.org/plugins/safe-svg/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/safe-svg/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/safe-svg/)
 * [Active Topics](https://wordpress.org/support/plugin/safe-svg/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/safe-svg/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/safe-svg/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Daryll Doyle](https://wordpress.org/support/users/enshrined/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/from-http-to-https-6/#post-12897617)
 * Status: resolved