Skip to main content
Home Forums 68kMLA Classilla 9.2.1 — #18
Post #18 by noidentity
Source Forum68kMLA
CategoryTroubleshooting
Post DateTue, 7 Dec 2010 - 22:21
Original URLhttps://68kmla.org/bb/threads/classilla-9-2-1.21188/
Post
OK, I found a hack that works. First, open the window and add file://foo, which it allows (it doesn't allow file: or file:///). Then quit Classilla, edit prefs.js, and remove the foo, leaving you with

Code:
user_pref("capability.policy.maonoscript.sites", "sbg: about: about:blank chrome: file://");
user_pref("classilla.sbg.file.", "y");
Then re-open Classilla, and you'll see a file:// entry. This matches file:/// paths, allowing local files to execute. Adding other URLs and quitting Classilla doesn't disturb this file:// entry.

mp.ls