Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Mixed content (such as GIFs) doesn't show #39

Open
lloeki opened this issue Nov 20, 2015 · 6 comments
Open

Mixed content (such as GIFs) doesn't show #39

lloeki opened this issue Nov 20, 2015 · 6 comments
Labels

Comments

@lloeki
Copy link
Owner

lloeki commented Nov 20, 2015

Log in console:

Mattermost:  Mixed Content: The page at 'https://mattermost.example.com/foo/channels/sandbox' was loaded over HTTPS, but requested an insecure image 'http://i3.kym-cdn.com/photos/images/newsfeed/000/288/648/776.gif'. This request has been blocked; the content must be served over HTTPS.
@LongLiveCHIEF
Copy link
Contributor

There were a lot of new features with Electron v0.36 rolled out that might allow us to implement a fix for this without disabling security. I'm going to dig around a bit and see if I can get something working.

@geekytime
Copy link
Collaborator

If you set the proxy settings via chrome-args, this might work now.

@jonykalavera
Copy link

chrome has a --allow-running-insecure-content flag. sadly electron doesn't seem to support it https://github.com/atom/electron/blob/master/docs/api/chrome-command-line-switches.md

@LongLiveCHIEF
Copy link
Contributor

Actually it does. See #41

We have other ways to support the proxy in progress, aND we now also have support for the --no-proxy flag.

@liamdawson
Copy link

Progress?

@LongLiveCHIEF
Copy link
Contributor

Nope! See comments here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants