搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How long could Firefox browsing history be kept on the cloud, attached to the Firefox Account?

  • 2 个回答
  • 1 人有此问题
  • 37 次查看
  • 最后回复者为 cor-el

more options

Firefox browsing history could be store locally for 2 months, as specified ( https://support.mozilla.org/en-US/questions/1172337 ).

It specifies that "When it comes to Sync then things are different: Synced history expires in 60 days (2 months) and synced tabs expire in 7 days and have a maximum payload (20-28 kb: long URLs have effect). ".

However, I could still see the browsing history, 6 months ago, across all of my devices having my Firefox Account logged in.

Just wondering how long exactly the could history could be kept.

Thank you! :-)

Firefox browsing history could be store locally for 2 months, as specified ( https://support.mozilla.org/en-US/questions/1172337 ). It specifies that "When it comes to Sync then things are different: Synced history expires in 60 days (2 months) and synced tabs expire in 7 days and have a maximum payload (20-28 kb: long URLs have effect). ". However, I could still see the browsing history, 6 months ago, across all of my devices having my Firefox Account logged in. Just wondering how long exactly the could history could be kept. Thank you! :-)

由Aaron于修改

被采纳的解决方案

Once synced, you may be keeping this history. I've never used Sync to sync history.

There are some constants defined that you can see in the source code.

HISTORY_TTL: 5184000; // 60 days THIRTY_DAYS_IN_MS: 2592000000; // 30 days MAX_HISTORY_UPLOAD: 5000 MAX_HISTORY_DOWNLOAD: 5000

See:

定位到答案原位置 👍 0

所有回复 (2)

more options
more options

选择的解决方案

Once synced, you may be keeping this history. I've never used Sync to sync history.

There are some constants defined that you can see in the source code.

HISTORY_TTL: 5184000; // 60 days THIRTY_DAYS_IN_MS: 2592000000; // 30 days MAX_HISTORY_UPLOAD: 5000 MAX_HISTORY_DOWNLOAD: 5000

See: