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