summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/web_extensions/update-postpone-1/background.js
blob: a301506ca74ce237c142a3b4f9592c3be50d61d7 (plain)
1
2
3
browser.runtime.onUpdateAvailable.addListener(details => {
  // Do nothing, this is just here to prevent auto update.
});