mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix potentially reporting wrong context in logger for ghide filters
Related discussion: - https://github.com/uBlockOrigin/uAssets/issues/3100#issuecomment-996750389
This commit is contained in:
parent
2576a991e5
commit
edab87b4bc
1 changed files with 2 additions and 0 deletions
|
|
@ -242,6 +242,7 @@ const FrameStore = class {
|
|||
.duplicate()
|
||||
.fromTabId(tabId)
|
||||
.setURL(this.rawURL)
|
||||
.setDocOriginFromURL(this.rawURL)
|
||||
.setRealm('network')
|
||||
.setType('specifichide')
|
||||
.setFilter(staticNetFilteringEngine.toLogData())
|
||||
|
|
@ -261,6 +262,7 @@ const FrameStore = class {
|
|||
.duplicate()
|
||||
.fromTabId(tabId)
|
||||
.setURL(this.rawURL)
|
||||
.setDocOriginFromURL(this.rawURL)
|
||||
.setRealm('network')
|
||||
.setType('generichide')
|
||||
.setFilter(staticNetFilteringEngine.toLogData())
|
||||
|
|
|
|||
Loading…
Reference in a new issue