It makes sense given that nowadays, JavaScript is a given for basically all web apps. But strangely the Advanced JavaScript Settings features were removed from the Preferences window, which I liked using to fine-tune what I want disabled (because the vast majority of JavaScript is fine with me).
Specifically, there were five options. For now, the features are still there, but hidden in the about:config options screen (type "about:config" as the URL to see it). Here are the about:config equivalent of the now hidden Advanced JavaScript Settings:
- Move or resize existing windows = dom.disable_window_move_resize
- Raise or lower windows = dom.disable_window_flip
- Disable or replace context menus = dom.event.contextmenu.enabled
- Hide the status bar = dom.disable_window_status_change
- Change status bar text = dom.disable_window_open_feature.status
No comments:
Post a Comment