Skip to content

Parts of this Website are not Safe browseralert #1

@scholzling

Description

@scholzling

Hey, i just noticed that my browser shows me a little alert symbol in the Locksymbol.

Bildschirmfoto 2021-03-16 um 14 24 17

I am using Firefox 86.0.1(64-Bit) on macOS 10.13.16

Activity

blueonyx

blueonyx commented on Mar 30, 2021

@blueonyx

yep, there are 36 images linked via http instead of https, according to

grep -r "src=\"http://" fablabcb.github.io/

some are served from fablab-cottbus.de, so we could simply append the missing s, but i didn't check all images yet.

blueonyx

blueonyx commented on Mar 30, 2021

@blueonyx
grep -r "src=\"http://blog.fablab-cottbus.de" fablabcb.github.io/|wc -l

seems to confirm that indeed all 36 images are hosted on our own blog.fablab-cottbus.de

blueonyx

blueonyx commented on Apr 1, 2021

@blueonyx

there are also background images in style tags:

grep -r "url('http://" .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @blueonyx@scholzling

        Issue actions

          Parts of this Website are not Safe browseralert · Issue #1 · fablabcb/fablabcb.github.io