There is a client application on web technologies. The server does not need to be used, everything should work locally. To display 3D graphics on the html (xml) page, X3DOM is used. The browser prohibits the connection of external files, for example:
<Transform> <Inline url="b0.x3d"></Inline> </Transform> Firefox writes a warning "Request from an outside source is blocked: The policy of one source prohibits the reading of a remote resource on file: ///" Everything is clear, but can you somehow configure the browser to overcome the described problem?