UWP App networking fails due to Windows built-in AppContainerLoopback security #2344
Kein
started this conversation in
Potential issues
Replies: 1 comment
-
Maybe you can try: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This covers root issue of #1250 as well as some duplicates. Since this is not an actual DNScrypt issue, I'm denoting it as a discussion for community's purposes.
Long answer: https://googleprojectzero.blogspot.com/2021/08/understanding-network-access-windows-app.html
Short answer:
I dont know if this an acquired issue of the Windows (in the poccess of its life/usage) or comes with default installation, but for 99% of UWP ("MS store apps") apps, access to loopback outside of its own SID is blocked.
I've noticed this issue trying to figure out why Xbox App would randomly fail and saw packet drops matching
dnscrypt-proxy
:This made no sense to me, as I have blanked allowance for
dnscrypt-proxy.exe
as well as no rules that would block any packets to 53 on any of the addresses, both remote and local, globally. I dug deeper to find out what thefilterid
is about:It matches the aforementioned description of global blanket block for AppContainer to access loopback.
At his moment I'm not aware of any solutions and fixes.
Beta Was this translation helpful? Give feedback.
All reactions