I have a few http URLs in my website that aren't being converted to https.
script src=".js"
src='data:image/svg+xml,%3Csvg%20xmlns=%22=%220%200%20210%20140%22%3E%3C/svg%3E'
How to convert this links from http to https?
I have a few http URLs in my website that aren't being converted to https.
script src=".js"
src='data:image/svg+xml,%3Csvg%20xmlns=%22=%220%200%20210%20140%22%3E%3C/svg%3E'
How to convert this links from http to https?