How to turn off caching on Firefox?

后端 未结 17 777
失恋的感觉
失恋的感觉 2020-11-28 00:26

During development I have to \"clear cache\" in Firefox all the time in order to make it use the latest version of JavaScript files.

Is there some kind of setting (a

17条回答
  •  眼角桃花
    2020-11-28 01:15

    In firefox 45, disk cache options can be set by changing the value of: browser.cache.disk.enable

    The value can be set on the "about:config" page.

    On http://kb.mozillazine.org/About:config_entries#Browser I found the following description for "browser.cache.disk.enable":

    True (default): Use disk cache, up to capacity specified in browser.cache.disk.capacity False: Disable disk cache (same effect as setting browser.cache.disk.capacity to 0)

提交回复
热议问题