fluidproject.org points to mixed-content

Description

After enabling HTTPS for fluidproject.org, some URLs got blocked by Chrome because they're HTTP (mixed-content).

Environment

None

Activity

Show:

Justin Obara July 24, 2024 at 4:35 PM

While there are still http urls, they aren’t blocked by Chrome. Tested using Chrome 126 on macOS 14.5.

Giovanni Tirloni September 3, 2017 at 1:58 PM

I've temporarily fixed this in production by running this comment on the deployed website:

find . -type f -exec sed -i 's/http:\/\/fluid/\/\/fluid/g' {} +

This replaced all ocurrence of http://fluid with a schemaless URL //fluidproject.org and fixed the mixed-content warnings

, could you take a look at this? It seems that site.url should be defined to "//fluidproject.org"

Cannot Reproduce

Details

Assignee

Reporter

Components

Priority

Created September 3, 2017 at 1:44 PM
Updated July 24, 2024 at 4:35 PM
Resolved July 24, 2024 at 4:29 PM

Flag notifications