mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 02:42:33 +01:00
b6981877ba
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/2117 Option: `method=` Value: a list of `|`-separated lowercased method names. Negated method names are allowed. These are valid methods: - connect - delete - get - head - options - patch - post - put As per DNR's own documentation: - https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#type-RequestMethod The logger shows the method used for every network request. It's possible to filter the logger output for most-common methods: `get`, `head`, `post`.
23 lines
408 B
Plaintext
23 lines
408 B
Plaintext
{
|
|
"browser": true,
|
|
"devel": true,
|
|
"eqeqeq": true,
|
|
"esversion": 8,
|
|
"globals": {
|
|
"chrome": false, // global variable in Chromium, Chrome, Opera
|
|
"globalThis": false,
|
|
"self": false,
|
|
"vAPI": false,
|
|
"URLSearchParams": false,
|
|
"WebAssembly": false
|
|
},
|
|
"laxbreak": true,
|
|
"newcap": false,
|
|
"nonew": false,
|
|
"strict": "global",
|
|
"sub": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"validthis": true
|
|
}
|