Reputation: 2096
Like in the title, how to clear that cache? There are some plugins, but its installation is disabled for Firefox Quantum...
https://addons.mozilla.org/en-US/firefox/addon/dns-flusher/
https://addons.mozilla.org/en-us/firefox/addon/clear-dns-cache/
Upvotes: 23
Views: 24740
Reputation: 553
Restart browser to flush DNS cache.
DNS cache is not stored on disk.
Or type: about:networking (see great answer by Shakiba Moshiri)
Upvotes: 1
Reputation: 23774
You can take look at about:networking#dns
which directly lets you clear the cache.
And Where does Firefox keep cached DNS responses? had already been answered by Firefox's Support Team.
By the way for chrome it is chrome://net-internals/#dns
Upvotes: 39
Reputation: 1378
about:preferences
in address barPrivacy & Security
in the menu on the left sideHistory
Section click at the link clear your recent history
and select:
Today
(or whatever fits)Cache
Clear now
This worked for me and is the same as the other answer which was down-voted by any reason, maybe people didn't actually try or maybe something else was missing. Not sure if also the DNS cache of the OS needs to be cleared:
sudo killall -HUP mDNSResponder;say DNS cache has been flushed
cmd
> run: ipconfig /flushdns
Upvotes: 14
Reputation: 124
The new extension framework used by Firefox Quantum doesn't allow functionality like provided by these extensions. That is why they are not being updated to work with Firefox Quantum.
So the way to actually clear the cache is as follows
Upvotes: -3