mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-12-23 11:50:07 +01:00
📝 Update internet access policy, clarify update check
This commit is contained in:
@@ -10,6 +10,22 @@
|
|||||||
<string>https://github.com/nicoverbruggen/phpmon</string>
|
<string>https://github.com/nicoverbruggen/phpmon</string>
|
||||||
<key>Connections</key>
|
<key>Connections</key>
|
||||||
<array>
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>IsIncoming</key>
|
||||||
|
<false/>
|
||||||
|
<key>Host</key>
|
||||||
|
<string>phpmon.app, api.phpmon.app</string>
|
||||||
|
<key>NetworkProtocol</key>
|
||||||
|
<string>TCP</string>
|
||||||
|
<key>Port</key>
|
||||||
|
<string>80, 443</string>
|
||||||
|
<key>Relevance</key>
|
||||||
|
<string>Essential</string>
|
||||||
|
<key>Purpose</key>
|
||||||
|
<string>PHP Monitor contacts the official phpmon domain to check for updates, and visit aliased links that point to documentation.</string>
|
||||||
|
<key>DenyConsequences</key>
|
||||||
|
<string>If you deny these connections, PHP Monitor will not be able to determine if a newer version is available, and certain documentation links in the app may not function as desired.</string>
|
||||||
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>IsIncoming</key>
|
<key>IsIncoming</key>
|
||||||
<false/>
|
<false/>
|
||||||
|
|||||||
@@ -439,7 +439,7 @@ This has no effect on other terminals, only for the particular terminal session
|
|||||||
"prefs.open_protocol_desc" = "When checked, this will allow the interaction with third party utilities to work (e.g. Alfred, Raycast). If you disable this, PHP Monitor will still receive the commands, but will not act upon them.";
|
"prefs.open_protocol_desc" = "When checked, this will allow the interaction with third party utilities to work (e.g. Alfred, Raycast). If you disable this, PHP Monitor will still receive the commands, but will not act upon them.";
|
||||||
|
|
||||||
"prefs.automatic_update_check_title" = "Automatically check for updates";
|
"prefs.automatic_update_check_title" = "Automatically check for updates";
|
||||||
"prefs.automatic_update_check_desc" = "When checked, PHP Monitor will automatically check if there is a newer version available, and notify you if that is the case.";
|
"prefs.automatic_update_check_desc" = "When checked, PHP Monitor will automatically check daily if there is a newer version available, and notify you if that is the case.";
|
||||||
|
|
||||||
"prefs.php_doctor_suggestions_title" = "Always show suggestions";
|
"prefs.php_doctor_suggestions_title" = "Always show suggestions";
|
||||||
"prefs.php_doctor_suggestions_desc" = "If you uncheck this item, no PHP Doctor suggestions will appear in PHP Monitor's menu. Keep in mind that PHP Doctor will not appear if there are no recommendations.";
|
"prefs.php_doctor_suggestions_desc" = "If you uncheck this item, no PHP Doctor suggestions will appear in PHP Monitor's menu. Keep in mind that PHP Doctor will not appear if there are no recommendations.";
|
||||||
|
|||||||
Reference in New Issue
Block a user