Skip to content

Commit

Permalink
fix: julienXX#275 - fixed issue of NSAllowsArbitraryLoads:true being …
Browse files Browse the repository at this point in the history
…labeled as a security issue
  • Loading branch information
idhruvs committed Jan 28, 2021
1 parent 3ba9ce5 commit e270c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Terminal Notifier/Terminal Notifier-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<false/>
</dict>
<key>NSUserNotificationAlertStyle</key>
<string>banner</string>
Expand Down

0 comments on commit e270c31

Please sign in to comment.