Skip to content

Commit

Permalink
fix #173
Browse files Browse the repository at this point in the history
`declarativeNetRequest.updateDynamicRules()` returns with an
unexpected error in Firefox, but only after the browser has been
restarted. On a fresh install of Yomitan it works, causing bug
flakiness. `declarativeNetRequest` can be disabled in the manifest as
a workaround.
  • Loading branch information
praschke committed Aug 17, 2023
1 parent 660aa2a commit 2ac3115
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev/data/manifest-variants.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,13 @@
"items": [
"nativeMessaging"
]
},
{
"action": "remove",
"path": [
"permissions"
],
"item": "declarativeNetRequest"
}
],
"excludeFiles": [
Expand Down

0 comments on commit 2ac3115

Please sign in to comment.