Bug 497294

Summary: Include UserAgent manager in SiteSettings database
Product: [Applications] Falkon Reporter: Juraj <jurajoravec>
Component: generalAssignee: Unassigned bugs <unassigned-bugs-null>
Status: REPORTED ---    
Severity: task    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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)