Tim McCormack @ bcov
Tim McCormack @ bcov
Ah, someone has already made a PR for this—could it be merged? https://github.com/MarioAriasC/funKTionale/pull/45
I ran into this at work, and the `query_only` pragma didn't work for me, I suppose because it interferes with prepared statements. (I couldn't set parameters since there were two...
This also worked (in 3.28.0), and was considerably simpler: ``` String path = ... SQLiteConfig config = new SQLiteConfig(); config.setReadOnly(true); return DriverManager.getConnection("jdbc:sqlite:" + path, config.toProperties()); ```
I'd be nervous about anything that requires users to take positive action to *not* upload sensitive information.
Perhaps the right approach is to store an additional configuration field of whether the user is interested in doing uploads. If they already have a user token, but that configuration...
A suggested repo documentation improvement (worked for me on Debian 8 Linux with Firefox 52.5.0 x64): > As root, save the contents of https://github.com/Yubico/libu2f-host/blob/master/70-u2f.rules to `/etc/udev/rules.d/70-u2f-patch.rules` and run `udevadm control...
Any chance this is https://github.com/prefiks/u2f4moz/issues/54 (udev rules)?