05/06/30 05:49:42 Mr2ugOPu0
>>785
プロファイル作るようにしてみては?
Bagelはそれで通るようになった記憶があります。>https
nsIPromptServiceは実装してますか?
実装してないのなら
pref("security.warn_submit_insecure", false);
pref("security.warn_entering_secure", false);
pref("security.warn_entering_weak", false);
pref("security.warn_leaving_secure", false);
pref("security.warn_viewing_mixed", false);
を試してみてはどうでしょう