mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-06 10:58:26 +02:00
Add support for Firefox Developer Edition
I made this change `~/.config/kinto/kinto.py` and restarted the service. Then cmd-option-left/right worked in Firefox Developer Edition as well – https://github.com/rbreaves/kinto/issues/535#issuecomment-917612176 I’m quite new to Kinto so I’m not 100% sure this is the correct fix, but it seems to work. Thanks for Kinto btw! It’s awesome.
This commit is contained in:
@@ -64,6 +64,7 @@ browsers = [
|
|||||||
"Discord",
|
"Discord",
|
||||||
"Epiphany",
|
"Epiphany",
|
||||||
"Firefox",
|
"Firefox",
|
||||||
|
"Firefox Developer Edition",
|
||||||
"Google-chrome",
|
"Google-chrome",
|
||||||
"microsoft-edge",
|
"microsoft-edge",
|
||||||
"microsoft-edge-dev",
|
"microsoft-edge-dev",
|
||||||
|
Reference in New Issue
Block a user