Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Run Firefox in a protected sandbox' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Run Firefox in a protected sandbox
Authored by: pwc on Mar 19, '10 07:48:31PM
I found fonts didn't work properly when using this. I added the following lines and it fixed the issue (from this post):
(allow file-read-data (regex #"^/System/Library/Fonts"))  ; 10.5.6
(allow file-read-data (regex #"^/Library/Fonts"))  ; 10.6
(allow mach-lookup (global-name "com.apple.FontObjectsServer"))  ; 10.5.6
(allow mach-lookup (global-name "com.apple.FontServer"))  ; 10.6
I noticed Firefox starts in Offine Mode. There must be another setting you can add to fix that.

[ Reply to This | # ]
Run Firefox in a protected sandbox
Authored by: xxkrnplayaxx on Jun 05, '10 01:09:10PM

"go to about:config, find browser.offline-apps.notify and set it to false"

found at http://support.mozilla.com/tiki-view_forum_thread.php?comments_parentId=11503&forumId=1#threadId111026



[ Reply to This | # ]