mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 21:12:08 +02:00
Browser+LibWeb+WebContent: Implement per-URL-pattern proxies
...at least for SOCKS5.
This commit is contained in:
committed by
Andreas Kling
parent
f9fc28931f
commit
a42e03b01a
Notes:
sideshowbarker
2024-07-17 14:14:53 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/a42e03b01a Pull-request: https://github.com/SerenityOS/serenity/pull/13548 Reviewed-by: https://github.com/AtkinsSJ
@@ -55,6 +55,7 @@ public:
|
||||
OrderedHashMap<String, String> get_local_storage_entries();
|
||||
|
||||
void set_content_filters(Vector<String>);
|
||||
void set_proxy_mappings(Vector<String> proxies, HashMap<String, size_t> mappings);
|
||||
void set_preferred_color_scheme(Web::CSS::PreferredColorScheme);
|
||||
|
||||
Function<void(Gfx::IntPoint const& screen_position)> on_context_menu_request;
|
||||
|
||||
Reference in New Issue
Block a user