mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Try to mitigate #290 by disabling 'hot' updates
This commit is contained in:
parent
6ed334967f
commit
0da814c71e
1 changed files with 3 additions and 0 deletions
|
@ -76,3 +76,6 @@ browser.storage.onChanged.addListener((changes, areaname) => {
|
|||
// browser.webRequest.onHeadersReceived.removeListener(cspListener)
|
||||
}
|
||||
})
|
||||
|
||||
// Prevent Tridactyl from being updated while it is running in the hope of fixing #290
|
||||
browser.runtime.onUpdateAvailable.addListener(_ => {})
|
||||
|
|
Loading…
Add table
Reference in a new issue