Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 2 replies
  • 1 has this problem
  • 45 views
  • Last reply by 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! :-)

Modified by Aaron

Chosen solution

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:

Read this answer in context 👍 0

All Replies (2)

more options
more options

Chosen Solution

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: