FLUID-6462: API call to fonts.googleapi blocked due to http connection

Metadata

Source
FLUID-6462
Type
Improvement
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Sachin Chopra
Created
2020-03-03T20:15:46.507-0500
Updated
2020-03-10T09:21:21.643-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Website

Description

Describe the bug

The page at 'https://fluidproject.org/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100'. This request was blocked since the content must be served over HTTPS.

To reproduce

Steps to reproduce the behavior:

  1. Go to 'https://fluidproject.org/'
  2. Right-click and Click on Inspect.
  3. Go to Console
  4. See error

Screenshot:

!https://user-images.githubusercontent.com/34926285/75834904-6adc4000-5de3-11ea-967e-638998f54b92.png!

Expected behavior

The API call should not be blocked

Technical details

http is not secue and https calls must be based since the base host i.e. fluidproject.org is using https connection and api calls to http cannot be made.

Desktop

  • OS: Ubuntu 18.04
  • Browser: Chrome
  • Version : Latest

Comments