HOW TO ENABLE JAVASCRIPT ON FIREFOX ESR?
- Luke Chikkala
- May 14, 2017
- 1 min read
Procedure:
Open the Firefox browser
Type “about:config“
Promise them that you will be carefull
In the search bar, type “javascript.enabled“
Right-click on javascript.enabled and click on “Toggle“
The value of javascript.enabled should now be changed to true and javascripts have now been enabled on your browser.
The version of Firefox I’m using at the time of publishing this post was Firefox ESR 45.3.0
ESR means Extended Support Release.
Why am I unable to find the option in “Preferences”? The answer I found on Mozilla forums is this:As a part of an effort to simplify the Firefox options and protect the users from unintentional damaging, Firefox has disabled Javascript and removed the option to enable it for normal users.
Details about Firefox ESR 45.3.0
Released on 2nd August, 2016
Regular security and stability update
What were the Security Fixes in this particular version?
Same-origin policy violation using local HTML file and saved shortcut file
Use-after-free when applying SVG effects
Type confusion in display transformation
Buffer overflow in ClearKey Content Decryption Module (CDM) during video playback
Scripts on marquee tag can execute in sandboxed iframes
Use-after-free in service workers with nested sync events
Use-after-free in DTLS during WebRTC session shutdown
Use-after-free when using alt key and toplevel menus
Stack underflow during 2D graphics rendering
Cairo rendering crash due to memory allocation issue with FFmpeg 0.10
Buffer overflow rendering SVG with bidirectional content
Favicon network connection can persist when page is closed
Miscellaneous memory safety hazards (rv:48.0 / rv:45.3)
Comentarios