mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Hidden option to change User Agent.
- it won't be in Preferences for now, as changing user agent is really not the thing that every user should do. If you don't know what are you doing, you can get unexpected behaviour on some sites. So you have to edit settings.ini file in your profile directory. More informations at FAQ (last question)
This commit is contained in:
parent
4af108642c
commit
e112166fad
14
FAQ
14
FAQ
@ -85,4 +85,18 @@ A: This feature has been added in version 1.0.0-rc1. If you are using older vers
|
||||
Then you will find the Import Bookmarks option in Menu File -> Import Bookmarks...
|
||||
The importing wizard will then guide you through the importing process.
|
||||
|
||||
Q: Site xyz offers less features in QupZilla than in other browser, is it possbile to
|
||||
change User Agent?
|
||||
----------------------------------------------------------------------------------
|
||||
A: You can change User Agent in QupZilla, but it is not possible from Preferences.
|
||||
You need to manually edit settings.ini file in your profile directory.
|
||||
Open settings.ini in your favourite text editor and find line with:
|
||||
[Web-Browser-Settings]
|
||||
|
||||
and append to next line this: UserAgent=YourUserAgent version 0.1.2.3 /Linux
|
||||
So it will look something like that:
|
||||
|
||||
[Web-Browser-Settings]
|
||||
UserAgent=YourUserAgent version 0.1.2.3 /Linux
|
||||
allowFlash=true
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user