The Following User Says Thank You to BillSeitz For This Useful Post: | ||
|
2008-07-05
, 12:33
|
Posts: 334 |
Thanked: 55 times |
Joined on Aug 2007
@ Eastern Ontario, Canada
|
#2
|
|
2008-09-06
, 17:15
|
Posts: 5 |
Thanked: 9 times |
Joined on Sep 2008
@ localhost
|
#3
|
|
2008-09-10
, 19:24
|
Posts: 5 |
Thanked: 9 times |
Joined on Sep 2008
@ localhost
|
#4
|
The Following 6 Users Say Thank You to Jessica of Starfall For This Useful Post: | ||
|
2008-09-16
, 22:09
|
Posts: 9 |
Thanked: 8 times |
Joined on Sep 2008
@ Germany
|
#5
|
The Following 3 Users Say Thank You to berny For This Useful Post: | ||
|
2013-04-25
, 01:50
|
|
Posts: 861 |
Thanked: 734 times |
Joined on Jan 2008
@ Nomadic
|
#6
|
Ok, now I have the solution. Hope you are still reading... or maybe someone else who is interested. Anyway:
1) close the browser
2) open /home/user/.mozilla/microb/prefs.js with vi or an other editor
3) add following lines to that file:
user_pref("capability.principal.codebase.p0.grante d", "UniversalXPConnect UniversalBrowserRead");
user_pref("capability.principal.codebase.p0.id", "file://");
4) save
See here for details: http://groups.google.com/group/Tiddl...e8868f62086fe3
And here is a vi manual, if you're not familiar: http://www.cs.fsu.edu/general/vimanual.html
Every time it saves, I have to click through 5-6 security warnings about JavaScript saving locally.
Is there any way to turn off this alert (preferably just for this app/page)?