Forum Discussion
How the new Edge will handle file:// URI ?
Nothing new about this?
A GPO would be nice, where file links could be alowed for defindes file Servers.
Like Firefox has it:
Firefox:
- Open Firefox.
- Enter about:support to the address bar.
- Click Open Directory for Profile Directory.
- Create or open user.js and add the following lines:
- Restart Firefox
- BartdudeMar 03, 2020Copper Contributor
You can do this straight from the about:config dialogue. Open the following page: about:config of Firefox. I am not 100% sure if it works without a restart using this method.
Right click - New - String.
Name: "capability.policy.policynames" value: "localfilelinks"
Name: "capability.policy.localfilelinks.checkloaduri.enabled" value: "allAccess"
Name: "capability.policy.localfilelinks.sites" value: "http://site1 http://site2:8080 https://site3"
Note that the sites are a space-separated list. Include protocol. Include port numbers if they are not the default.And I support an application where linking to files on network drives is still used. Which is why it was convenient that IE supported it. And worthwhile to get Firefox to work as well.