Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Prevent Firefox from caching localhost?

Tags:

I've been curious to try switching to Firefox Quantum from Chrome, but for web development have hit a major obstacle that I have not been able to easily resolve –– it's caching my localhost files so when I attempt to load various ember applications at localhost:4200 I end up viewing a cached application different than the one that is currently running.

Is there a way to disable caching for localhost in Firefox? And/or how to developers normally work with Firefox in this regard?