I just recognised the Firefox folder AppData\Local\Mozilla\Firefox\Profiles\[profile]\personality-provider containing a bunch of JSON files which all have categories/topics in their names like "travel", "real_estate", "arts_and_environment" and "people_and_society".
If I take a glance in the file with for example the latter topic, I find hundreds of keywords with values associated. They look something like this:
"unique": [1111, 2.655829522]
"opportunity": [750, 3.69274818]
"able": [55, 2.993240598]
(I figured out that the first value is just the number of the specific keyword, but not sure how the second value is calculated.)
I found some bugs on Bugzilla talking about personality provider but cannot infer what it is used for, only have a clue that this is generated locally from the browsing history.
I would be grateful if someone had an answer to any of these questions:
- What is the data here used for?
- What Firefox setting controls if this data is being produced and extracted here into these files?
- What do the fractional numbers next to the keywords mean?
Thanks a lot!