Thread
:
MicroB - 'Read private data from any site or window'
View Single Post
tomas.rollo
2007-11-24 , 19:50
Posts: 4 | Thanked: 3 times | Joined on Nov 2007
#
2
It can be done, but not via the MicroB UI. You need to put following lines into your user.js file (it's not created by default, so create it in ~/.mozilla/microb/):
user_pref("capability.principal.codebase.p0.grante d", "UniversalXPConnect");
user_pref("capability.principal.codebase.p0.id", "file:///home/user/some_dir/your_file.html");
user_pref("capability.principal.codebase.p0.subjec tName", "");
This tells MicroB that the user has already given the UniversalXPConnect privilege for the file your_file.html to be able to read and write local files.
See
http://my.opera.com/Andrew%20Gregory...how.dml/405642
Hope this helps
Quote & Reply
|
The Following 3 Users Say Thank You to tomas.rollo For This Useful Post:
salomc
,
technut
tomas.rollo
View Public Profile
Find all posts by tomas.rollo