在Firefox中关闭缓存
程序员文章站
2022-03-05 23:25:25
...
1、在地址栏输入:about:config
在过滤器中输入:network.http.use-cache
解释:When a page is loaded, it can be cached so it doesn’t need to be downloaded to be redisplayed. This preference controls whether to cache files retrieved by HTTP or HTTPS either in memory or on disk.
设置为:false
2、在地址栏输入:about:config
然后在过滤器中输入:browser.cache.disk.enable
解释:When a page is loaded, it can be cached so it doesn’t need to be downloaded to be redisplayed. For e-mail and news, messages and attachments are cached as well. This preference controls whether to use the hard drive for caching purposes. browser.cache.disk.capacity controls the maximum amount of disk space to use.
设置为false
3、以及另一个属性:browser.cache.memory.enable
network.http.use-cache 指设置不缓存。
browser.cache.disk.enable/browser.cache.memory.enable 指上面的属性打开(true)后,设置保存在disk还是 memory。
只是network.http.use-cache是前提。
我把三个全部关闭(设置成false),终于成功了。
在过滤器中输入:network.http.use-cache
解释:When a page is loaded, it can be cached so it doesn’t need to be downloaded to be redisplayed. This preference controls whether to cache files retrieved by HTTP or HTTPS either in memory or on disk.
设置为:false
2、在地址栏输入:about:config
然后在过滤器中输入:browser.cache.disk.enable
解释:When a page is loaded, it can be cached so it doesn’t need to be downloaded to be redisplayed. For e-mail and news, messages and attachments are cached as well. This preference controls whether to use the hard drive for caching purposes. browser.cache.disk.capacity controls the maximum amount of disk space to use.
设置为false
3、以及另一个属性:browser.cache.memory.enable
network.http.use-cache 指设置不缓存。
browser.cache.disk.enable/browser.cache.memory.enable 指上面的属性打开(true)后,设置保存在disk还是 memory。
只是network.http.use-cache是前提。
我把三个全部关闭(设置成false),终于成功了。
上一篇: 快速入门VUE(MVVM模式实现者)
下一篇: js获取浏览器类型进行判断
推荐阅读
-
Objective-C的缓存框架EGOCache在iOS App开发中的使用
-
在IE9中关闭SmartScreen筛选器的图文方法
-
在 Laravel 6 中缓存数据库查询结果的方法
-
SQL Server误区30日谈 第3天 即时文件初始化特性可以在SQL Server中开启和关闭
-
在Word2010中打开和关闭实时预览功能
-
在Linux系统中为Firefox安装最新版flash插件的方法
-
android在异步任务中关闭Cursor的代码方法
-
word-wrap在firefox中不起作用的解决方法
-
在python中实现强制关闭线程的示例
-
在(ASP/PHP/JSP/html/js)中禁止ajax缓存的方法集锦