schklom
schklom
@grote For more information, `setApplicationHidden` is explained at https://developer.android.com/reference/android/app/admin/DevicePolicyManager#setApplicationHidden(android.content.ComponentName,%20java.lang.String,%20boolean) In practice, i install privacy-invading apps and all Google dependent apps in the Work profile using Shelter, and Shelter automatically freezes...
FYI, the other popular Work profile app "Insular" seems to do it the same way: https://gitlab.com/search?search=setApplicationHidden&nav_source=navbar&project_id=18237274&group_id=7721834&search_code=true&repository_ref=dev-ci
@luileito Is there any way you could upload a `.xpi` addon file, maybe as a release on GitHub? I love the concept, but don't know how to package this repository...
@luileito Everytime I copy the repo, go in `src/`, run `web-ext build` to package it, and import it in Firefox, I get "This add-on could not be installed because it...
I use Apprise for other services, not only this one. For security, I try to separate containers and make connections via my reverse-proxy when possible, just in case.
I am not sure exactly why, but I forced Traefik (my reverse-proxy) to add the headers `X-Forwarded-Proto: https` and `access-control-allow-origin: *` using a middleware and it worked. I hope it...
One way to mitigate this privacy issue is to proxy these requests. For example, the user could specify a SOCKS5 proxy, or a warning could tell the user that it...
> You need to do `VACUUM FULL users;` like explained on Matrix. I'm not using Matrix, can you tell me what command I would need to run?\ My guess is...
Thanks :D Should I run the VACUUM command instead of https://docs.invidious.io/Database-Information-and-Maintenance.md: ```shell psql --username kemal --dbname aaaa --password bbbb -c "DELETE FROM nonces * WHERE expire < current_timestamp" psql --username...
FYI, a similar issue got fixed at https://github.com/warren-bank/Android-Mock-Location/issues/14 for my Pixel 6a with GrapheneOS. The code workaround is dumb, but it works for me. Maybe it works here too?