Allow plaintext traffic
I highly doubt most people will have their Pi-Hole set up with HTTPS (I know I certainly don't), so plaintext traffic is a must. It shouldn't be a problem witihin one's LAN.
This commit is contained in:
parent
e9cdb6df6f
commit
1ce7b74329
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
|
|
Loading…
Reference in a new issue