mirror of
https://github.com/koniu/recoll-webui.git
synced 2025-10-03 17:59:50 +02:00
import
This commit is contained in:
commit
70ad857091
16 changed files with 1285 additions and 0 deletions
6
examples/firefox-user.js
Normal file
6
examples/firefox-user.js
Normal 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");
|
Loading…
Add table
Add a link
Reference in a new issue