Top "Firefox" questions

Mozilla Firefox is a free, open-source cross-platform web browser.

X-Frame-Options: ALLOW-FROM in firefox and chrome

I'm implementing a "pass-through" for X-Frame-Options to let a partner site wrap my employer's site in an iframe, as per …

firefox google-chrome x-frame-options clickjacking
Disable cross domain web security in Firefox

In Firefox, how do I do the equivalent of --disable-web-security in Chrome. This has been posted a lot, but never …

security firefox cross-domain cors
Disable firefox same origin policy

I'm developing a local research tool that requires me to turn off Firefox's same origin policy (in terms of script …

security firefox same-origin-policy
How to view/delete local storage in Firefox?

In Google Chrome there is an easy way to see what's in local storage as well as modify or delete …

javascript firefox local-storage
Selenium using Java - The path to the driver executable must be set by the webdriver.gecko.driver system property

I am trying to launch Mozilla but still I am getting this error: Exception in thread "main" java.lang.IllegalStateException: …

java selenium firefox
The right way of setting <a href=""> when it's a local file

I'm trying to link to a local file. I've set href as follows: <a href="file://C:/path/to/…

html file firefox hyperlink href
How to debug Angular JavaScript Code

I am working on a proof of concept using Angular JavaScript. How to debug the Angular JavaScript code in different …

debugging google-chrome firefox angularjs browser
HTML5 video (mp4 and ogv) problems in Safari and Firefox - but Chrome is all good

I have the following code: <video width="640" height="360" controls id="video-player" poster="/movies/poster.png"> <source src="/…

firefox video safari html ogg-theora
How to hide scrollbar in Firefox?

I just found out how to hide the scrollbar in Google Chrome, I did it with this code: ::-webkit-scrollbar { display: …

css firefox
Does Google Chrome work with Selenium IDE (as Firefox does)?

I can't find an equivalent of Selenium IDE that works with Chrome. Does anyone know how to use Selenium IDE …

google-chrome firefox selenium-ide