Local links now download to temporary folder
Posted: Wed Nov 30, 2016 1:13 pm
I'm not sure whether this is an issue with NoScript or Firefox or just an obscure setting:
We use local links like file:///S:/somepath/somedoc.odt to documents on our local file server in web pages on our local web server.
These links used to directly open the documents on the file server as desired.
Since yesterday, they download the file to %USER%\AppData\Local\Temp and open it write protected from there so they cannot be edited and written back easily anymore.
The funny thing is, we have some Win10 machines which still open it from the server and others which now download to Temp, all current with NS 2.9.5.2 or FF 50.0.1 and I can't see the cause. Linux machines with FF 50 still open from the server.
We do not use NS's setting Options|Advanced|Allow local links for this, we do have in prefs.js (thanks to Giorgio) —
Any ideas ,someone? (What does "noscript.excaps" do, anyway?)
Thanks, Hans
P.S. I've just noticed: Those downloading machines show the red blocking NS icon although our server1 IS allowed, and the NS icon's menu does not list server1 at all, neither for blocking nor for allowing. The “good” machines correctly show the blue NS icon and do list server1.
We use local links like file:///S:/somepath/somedoc.odt to documents on our local file server in web pages on our local web server.
These links used to directly open the documents on the file server as desired.
Since yesterday, they download the file to %USER%\AppData\Local\Temp and open it write protected from there so they cannot be edited and written back easily anymore.
The funny thing is, we have some Win10 machines which still open it from the server and others which now download to Temp, all current with NS 2.9.5.2 or FF 50.0.1 and I can't see the cause. Linux machines with FF 50 still open from the server.
We do not use NS's setting Options|Advanced|Allow local links for this, we do have in prefs.js (thanks to Giorgio) —
Code: Select all
user_pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess");
user_pref("capability.policy.localfilelinks.sites", "192.168.0.11 server1");
user_pref("capability.policy.policynames", "maonoscript localfilelinks");
user_pref("noscript.policynames", "localfilelinks");
user_pref("noscript.excaps", "false");
Thanks, Hans
P.S. I've just noticed: Those downloading machines show the red blocking NS icon although our server1 IS allowed, and the NS icon's menu does not list server1 at all, neither for blocking nor for allowing. The “good” machines correctly show the blue NS icon and do list server1.