

- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello! I'm really stuck and I need some help on fixing these files.
Insecure URL: http://fonts.googleapis.com/css?family=Arimo:400,700%7COpen+Sans:400,700,600italic,300%7CRoboto+Cond...
Insecure URL: http://fonts.gstatic.com/s/arimo/v9/BkZwJXYnumPMepfEA344yQ.ttf
Found in: http://fonts.googleapis.com/css?family=Arimo:400,700%7COpen+Sans:400,700,600italic,300%7CRoboto+Cond...
Insecure URL: http://fonts.gstatic.com/s/arimo/v9/eFfAHNfFT0YtF77QmRKRj_esZW2xOQ-xsNqO47m55DA.ttf
Found in: http://fonts.googleapis.com/css?family=Arimo:400,700%7COpen+Sans:400,700,600italic,300%7CRoboto+Cond...
Insecure URL:http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTYnF5uFdDttMLvmWuJdhhgs.ttf
Found in: http://fonts.googleapis.com/css?family=Arimo:400,700%7COpen+Sans:400,700,600italic,300%7CRoboto+Cond...
Insecure URL:http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf
Found in: http://fonts.googleapis.com/css?family=Arimo:400,700%7COpen+Sans:400,700,600italic,300%7CRoboto+Cond...
Insecure URL:http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzInF5uFdDttMLvmWuJdhhgs.ttf
Found in: http://fonts.googleapis.com/css?family=Arimo:400,700%7COpen+Sans:400,700,600italic,300%7CRoboto+Cond...
Insecure URL: http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxi8cqLH4MEiSE0ROcU-qHOA.ttf
Found in: http://fonts.googleapis.com/css?family=Arimo:400,700%7COpen+Sans:400,700,600italic,300%7CRoboto+Cond...
Insecure URL:http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nL3QFSXBldIn45k5A7iXhnc.ttf
Found in: http://fonts.googleapis.com/css?family=Arimo:400,700%7COpen+Sans:400,700,600italic,300%7CRoboto+Cond...
Insecure URL: http://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsDR-eWpsHSw83BRsAQElGgc.ttf
Found in: http://fonts.googleapis.com/css?family=Arimo:400,700%7COpen+Sans:400,700,600italic,300%7CRoboto+Cond...
Insecure URL:http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nDokq8qT6AIiNJ07Vf_NrVA.ttf
Found in: http://fonts.googleapis.com/css?family=Arimo:400,700%7COpen+Sans:400,700,600italic,300%7CRoboto+Cond...
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Where did you see these URLs? If you can edit them, just changing them from "http" to "https" should resolve the problem.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Where did you see these URLs? If you can edit them, just changing them from "http" to "https" should resolve the problem.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: HTTP Errors
Actually, I'd recommend omitting protocol altogether. So instead http://fonts.gstatic.com/ or https://fonts.gstatic.com/ just use //fonts.gstatic.com/. This forces broswer to request files using same protocol it uses for the rest of the page which avoids all those security errors.