Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

HTTPS is broken when loading speaker providers #138

@Crevil

Description

@Crevil

The site is served over HTTPS but if the webpage tries to load a resource from a non-HTTP destination, the entire site is marked as insecure as we can no longer trust the contents served.

Here is an example of such a request. This is from https://cloudnativenordics.com/meetup-groups/Cloud-Native-Aarhus when you scroll past MHI Vestas Offshore Wind in the Speaker providers section.

image

The source of the non-HTTPS resource is here:

meetups/companies.yaml

Lines 439 to 442 in f0a53cc

- id: mhivestas
logoURL: http://www.mhivestasoffshore.com/wp-content/uploads/2015/02/MHI_Vestas_Logo_130px.png
name: MHI Vestas Offshore Wind
websiteURL: http://www.mhivestasoffshore.com//

I would have provided a PR with the HTTPS scheme, but MHI Vestas does not serve the contents over HTTPS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions