rugk

Results 1590 comments of rugk

> I don't think Firefox For Android will ever get support for proper sync. Actually, it already has. And I can confirm as an extension author that [the sync storage](https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/storage/sync)...

Hmm okay, so storing locally works, at least… need to look at that :smile:

For Chrome compatibility with the proper `browser` API including Promises, you can just use https://github.com/mozilla/webextension-polyfill/. Actually that whole comment is off-topic here, as you can always just use `browser.storage.sync` (with...

BTW that are two separate issues, so you may split them. As for a translation tool, you may consider https://pontoon.mozilla.org/ e.g.

Well… for "Cookie Cleanup **(Ignore Open Tabs)**" it does not make sense either. :laughing:

Yeah, so the checkbox could just be "< passenger under age of 27" or so, even in the default Bahn.de search that can be chosen.

@jrcichra Well, then you maybe need to use a systemd-enabled Docker container. See https://github.com/alehaa/docker-debian-systemd

Note that most YubiKeys [also support U2F](https://www.yubico.com/solutions/fido-u2f/), so that would enough to support, is not it? But anyway, TOTP should get first as it is easy and can be used...

Is this a django app? If so I can recommend https://github.com/xi/django-mfa3

You can implement both. The user can add it as a second factor as the only factor for login. She e.g. how nextclpud has implemented it: https://github.com/nextcloud/twofactor_webauthn If you have...