mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 12:18:56 +00:00
LibWebView: Update User-Agent spoofing strings with new versions
Also use an OrderedHashMap so they show up in the same order in UI.
This commit is contained in:
parent
a60ecea16a
commit
a2a9a11466
Notes:
github-actions[bot]
2024-08-22 07:41:02 +00:00
Author: https://github.com/awesomekling
Commit: a2a9a11466
2 changed files with 8 additions and 6 deletions
|
@ -11,6 +11,6 @@
|
|||
|
||||
namespace WebView {
|
||||
|
||||
extern HashMap<StringView, StringView> const user_agents;
|
||||
extern OrderedHashMap<StringView, StringView> const user_agents;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue