1
0
Fork 0
mirror of https://github.com/koniu/recoll-webui.git synced 2025-10-03 09:49:25 +02:00
recoll-webui/examples/firefox-user.js
2012-12-18 10:45:55 +00:00

6 lines
338 B
JavaScript

// 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");