mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Minor
This commit is contained in:
parent
17c6334cbd
commit
64858e9b9e
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ function onBeforeRequest(details) {
|
|||
|
||||
/******************************************************************************/
|
||||
|
||||
const onBeforeRootFrameRequest = function(fctxt) {
|
||||
function onBeforeRootFrameRequest(fctxt) {
|
||||
const requestURL = fctxt.url;
|
||||
|
||||
// Special handling for root document.
|
||||
|
|
|
|||
Loading…
Reference in a new issue