docker / kitematic

Visual Docker Container Management on Mac & Windows
https://kitematic.com
Apache License 2.0
12.23k stars 1.41k forks source link

Do not download ressources via fb.me links #1044

Closed matthiasbalke closed 9 years ago

matthiasbalke commented 9 years ago

To start Kitematic I had to configure our company proxy like described in #1031. While reading the startup log, I discovered that some resources like React.js are downloaded via fb.me links. These links are getting blocked from our companies webfilter as social networking sites are generally blocked.

[8896:0916/124526:INFO:CONSOLE(109)] "Download the React DevTools for a better development experience: https://fb.me/react-devtools", source: C:\Program Files\Docker Toolbox\kitematic\resources\app.asar\node_modules\react\lib\React.js (109)

So please use a direkt github link to download this resources instead.

matthiasbalke commented 9 years ago

It seems, that actualy my local cntlm proxy was not working, and these resources are not downloaded anyways.

Sorry for the inconvenience.