0

I have a large set of html files that I keep on my windows 10 system that I have not used in a long time. They use frames and I access them using the file:/// mechanism. These no longer works in firefox or chrome but do work with edge. I believe this is due to cross origin frame problem referenced here

SecurityError: Blocked a frame with origin from accessing a cross-origin frame

The actual error produced is

Uncaught SecurityError: Blocked a frame with origin "null" from accessing a frame with origin "null"

I have moved enough of the pages to aws web space to verify that the pages function correctly when retrieved from a web server.

My question is...

Is there any way I can make this work from my local windows 10 system other than adding a web server to it?

Mike D
  • 2,595
  • 6
  • 38
  • 72

1 Answers1

0

Is there any way I can make this work from my local windows 10 system other than adding a web server to it?

No.

Quentin
  • 800,325
  • 104
  • 1,079
  • 1,205