mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 15:58:56 +00:00
Browser+LibWeb+WebContent: Implement per-URL-pattern proxies
...at least for SOCKS5.
This commit is contained in:
parent
f9fc28931f
commit
a42e03b01a
Notes:
sideshowbarker
2024-07-17 14:14:53 +09:00
Author: https://github.com/alimpfard
Commit: a42e03b01a
Pull-request: https://github.com/SerenityOS/serenity/pull/13548
Reviewed-by: https://github.com/AtkinsSJ
15 changed files with 155 additions and 6 deletions
|
|
@ -43,6 +43,7 @@ endpoint WebContentServer
|
|||
select_all() =|
|
||||
|
||||
set_content_filters(Vector<String> filters) =|
|
||||
set_proxy_mappings(Vector<String> proxies, HashMap<String,size_t> mappings) =|
|
||||
set_preferred_color_scheme(Web::CSS::PreferredColorScheme color_scheme) =|
|
||||
set_has_focus(bool has_focus) =|
|
||||
set_is_scripting_enabled(bool is_scripting_enabled) =|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue