mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
LibWebView+UI: Remove native do-not-track setting
This commit is contained in:
parent
1be3e7fd8a
commit
920170f60a
Notes:
github-actions[bot]
2025-04-02 18:17:18 +00:00
Author: https://github.com/trflynn89
Commit: 920170f60a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4194
Reviewed-by: https://github.com/AtkinsSJ
9 changed files with 0 additions and 47 deletions
|
@ -90,8 +90,6 @@ public:
|
|||
|
||||
void set_preferred_languages(ReadonlySpan<String> preferred_languages);
|
||||
|
||||
void set_enable_do_not_track(bool);
|
||||
|
||||
bool url_is_hidden() const { return m_location_edit->url_is_hidden(); }
|
||||
void set_url_is_hidden(bool url_is_hidden) { m_location_edit->set_url_is_hidden(url_is_hidden); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue