1
0
Fork 0
mirror of https://github.com/koniu/recoll-webui.git synced 2025-10-03 17:59:50 +02:00
This commit is contained in:
koniu 2012-12-18 09:06:34 +00:00
commit 70ad857091
16 changed files with 1285 additions and 0 deletions

6
examples/firefox-user.js Normal file
View file

@ -0,0 +1,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");