Hacker News new | ask | show | jobs
by crodjer 1807 days ago
Is disabling the internet access to the application not a viable short term solution? We can't remove it yet as it is required in an ongoing project.

I am currently denying access to the application via:

flatpak override --unshare=network org.audacityteam.Audacity

1 comments

I was analyzing the network traffic for the app (as i use a self hosted AdGuard Home), but couldn't find which domain it wants. I figured blocking all internet should be fine as Audacity works perfectly fine offline.