racketlogger / ModernKiosk

Kiosk-like WebExtension for Firefox
GNU General Public License v3.0
23 stars 3 forks source link

Enable/disable context menu #13

Closed hecaxmmx closed 5 years ago

hecaxmmx commented 5 years ago

Hi, This patch fix issue #7 . Please review the code. The unique inconvenience is that <"all_urls"> isn't a good practice at all, but works fine. https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Request_the_right_permissions#Avoid_hostpermission%3Call_urls%3E_if_you_can I got another solution but fail in Windows OS due the bug https://bugzilla.mozilla.org/show_bug.cgi?id=1408996. This problem is fixed but not ported to Mozilla 67 yet.