Vielen Dank für die Anregungen.
Habe mich mal näher mit den Policies von Firefox beschäftigt und dann jenes erfolgreich in all.js eingefügt:
pref("capability.policy.policynames", "noc");
pref("capability.policy.noc.sites", "file:///c:/");
pref("capability.policy.noc.HTMLAnchorElement.href", "noAccess");
pref("capability.policy.noc.HTMLAnchorElement.attributes", "noAccess");
pref("capability.policy.noc.HTMLAnchorElement.getAttribute", noAccess");
pref("capability.policy.noc.HTMLAnchorElement.getAttributeNS", "noAccess");
Na vielleicht kanns dann später mal gebrauchen.