mirror of https://github.com/gorhill/uBlock.git
Updated Advanced settings (markdown)
parent
54ecaba61b
commit
dd136214c6
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue