diff options
| -rw-r--r-- | generalresearch/grliq/models/forensic_data.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generalresearch/grliq/models/forensic_data.py b/generalresearch/grliq/models/forensic_data.py index 6852707..84bb31b 100644 --- a/generalresearch/grliq/models/forensic_data.py +++ b/generalresearch/grliq/models/forensic_data.py @@ -536,6 +536,7 @@ class GrlIqData(BaseModel): fp_cols.extend(["screen_width", "screen_height"]) if self.useragent.os.family not in {OSFamily.CHROME_OS, OSFamily.ANDROID}: fp_cols.append("storage_estimate_quota") + fp_cols.sort() return fp_cols @cached_property |
