4

I open site https://www.1platforma.ru/ first time (or clean cache) In developer console I see an error SEC7117.

Screenshot

MS EDGE Browser could not load bundle.min.css and bundle.min.js files. How can my users open the site and see interface with CSS and JS if those files didn't load?..

Web_Designer
  • 72,308
  • 93
  • 206
  • 262
e.vyushin
  • 79
  • 1
  • 6
  • Is this a programming-related question, or a question related to the browser program? Did you make the page you're trying to browse to? – Some programmer dude Sep 16 '15 at 07:37
  • I have this problem only in MS EDGE Broeser. It can't load bundle.min.css, bundle.min.js. This site looks without styles http://take.ms/ojAdq Yes, we are developers of this page. – e.vyushin Sep 16 '15 at 07:42

1 Answers1

4

Could it be that those resouces are loaded from Intranet?

See here: Understanding Enhanced Protected Mode

Internet pages are not able to frame Intranet pages, load images or resources from them, send them CORS XHR requests, etc.

If that's the case, see my solution here: https://stackoverflow.com/a/32828629

Community
  • 1
  • 1
beluga
  • 826
  • 7
  • 14