mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
ADD: Tailscale's new Tailnet naming scheme to list of exceptions (#5128)
This commit is contained in:
parent
ffc68e29a2
commit
914426bb6e
@ -65541,5 +65541,6 @@
|
||||
<domain includeSubdomains="true">192.168.255.253</domain>
|
||||
<domain includeSubdomains="true">192.168.255.254</domain>
|
||||
<domain includeSubdomains="true">192.168.255.255</domain>
|
||||
<domain includeSubdomains="true">ts.net</domain>
|
||||
</domain-config>
|
||||
</network-security-config>
|
||||
</network-security-config>
|
||||
|
@ -133,6 +133,13 @@
|
||||
<key>NSIncludesSubdomains</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>ts.net</key>
|
||||
<dict>
|
||||
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
||||
<true/>
|
||||
<key>NSIncludesSubdomains</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>NSAppleMusicUsageDescription</key>
|
||||
|
Loading…
Reference in New Issue
Block a user