Last active
December 20, 2015 13:29
-
-
Save tjoskar/6139571 to your computer and use it in GitHub Desktop.
Disable cache in firefox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open FF config page by typing "about:config" in the address bar | |
Search for ‘network.http.use-cache’ and double click on the line. | |
The value should now be false | |
That was all folks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment