Bug 497294 - Include UserAgent manager in SiteSettings database
Summary: Include UserAgent manager in SiteSettings database
Status: REPORTED
Alias: None
Product: Falkon
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR task
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-10 20:36 UTC by Juraj
Modified: 2024-12-10 20:36 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juraj 2024-12-10 20:36:10 UTC
SUMMARY
UserAgent manager uses QUrl.host() function to recognize the site and change the UserAgent for it.
The data are stored in the main settings.ini file which when it gets big slows everything down.

Lets user SiteSettings instead which stores data in SQLite database and uses custom function to more precisely recognize given site (different behaviour for different protocols http vs https)