Parent: [70ad85] (diff)

Download this file

firefox-user.js    7 lines (5 with data), 338 Bytes

1
2
3
4
5
6
// To allow access to files via recoll-webui include the following in your:
// ~/.mozilla/firefox/<profile>/user.js
user_pref("capability.policy.policynames", "localfilelinks");
user_pref("capability.policy.localfilelinks.sites", "http://localhost:8080");
user_pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess");