electron: error when html page with 
some webpage omit the http prefix to minify the page, like http://taobao.com
electron now can not recognize this kind of url, and will log error like this:
[22608:0521/234915:INFO:CONSOLE(0)] "Not allowed to load local resource: file://g.alicdn.com/kg/offline/3.0.1/index-min.js?t=20131121234724.js", source: http://www.taobao.com/ (0)
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 18 (5 by maintainers)

In case you are here with the same problem using
Webpack 2.x,Reactand/orRedux, there is a chance that this would solve your problem:Also if you are building for
Electronyou may need to add/modify the Webpacktargetproperty. Stay Happy!! 😄While looking for a solution for this bug, I just realized it can not be reproduced in 0.37.x anymore. It seems upgrading to Chrome 49 has fixed this.