mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWebView+RequestSever: Wire up a validate-DNSSEC setting option to RS
This commit is contained in:
parent
b24fb0a836
commit
4b5664f867
Notes:
github-actions[bot]
2025-06-11 16:17:43 +00:00
Author: https://github.com/alimpfard
Commit: 4b5664f867
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4709
Reviewed-by: https://github.com/ADKaster ✅
9 changed files with 39 additions and 19 deletions
|
@ -56,10 +56,12 @@ struct SystemDNS { };
|
|||
struct DNSOverTLS {
|
||||
ByteString server_address;
|
||||
u16 port;
|
||||
bool validate_dnssec_locally;
|
||||
};
|
||||
struct DNSOverUDP {
|
||||
ByteString server_address;
|
||||
u16 port;
|
||||
bool validate_dnssec_locally;
|
||||
};
|
||||
|
||||
using DNSSettings = Variant<SystemDNS, DNSOverTLS, DNSOverUDP>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue