Updated Advanced settings (markdown)

Raymond Hill 2024-10-04 09:16:31 -04:00
parent 54ecaba61b
commit dd136214c6
1 changed files with 23 additions and 0 deletions

@ -396,6 +396,29 @@ For development purposes only.
If set to `true`, turns off [_WebAssembly_](https://developer.mozilla.org/en-US/docs/WebAssembly/Concepts) optimizations in uBO code. If set to `true`, turns off [_WebAssembly_](https://developer.mozilla.org/en-US/docs/WebAssembly/Concepts) optimizations in uBO code.
***
#### `dnsCacheTTL`
Default: `600`.
uBO 1.60.0 and above.
Value in seconds for the time after which a cached DNS entry is discarded so as to force a new DNS resolution cycle for a given hostname.
***
#### `dnsResolveEnabled`
Default: `true`.
uBO 1.60.0 and above.
When set to `true`, uBO will make use of the [`dns` API](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/dns) to resolve the hostname of network requests to obtain their associated IP address(es) and CNAME, required to fulfill `ipaddress=` filter option and to uncloak CNAME.
If set to `false`, uBO will not make use of the `dns` API.
*** ***
#### `extensionUpdateForceReload` #### `extensionUpdateForceReload`