Safari.lsrules 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "description" : "",
  3. "name" : "Apple - Safari (internet)",
  4. "rules" : [
  5. {
  6. "action" : "allow",
  7. "ports" : "123",
  8. "process" : "\/Applications\/Safari.app\/Contents\/MacOS\/Safari",
  9. "protocol" : "udp",
  10. "remote-hosts" : "time-macos.apple.com"
  11. },
  12. {
  13. "action" : "allow",
  14. "disabled" : true,
  15. "ports" : "443",
  16. "process" : "\/usr\/libexec\/nsurlsessiond",
  17. "protocol" : "tcp",
  18. "remote-hosts" : [
  19. "certs.apple.com",
  20. "ocsp2.apple.com",
  21. "valid.apple.com"
  22. ]
  23. },
  24. {
  25. "action" : "allow",
  26. "ports" : "443",
  27. "process" : "\/usr\/libexec\/trustd",
  28. "protocol" : "tcp",
  29. "remote-hosts" : "ocsp2.apple.com"
  30. },
  31. {
  32. "action" : "allow",
  33. "ports" : "80",
  34. "process" : "\/usr\/libexec\/trustd",
  35. "protocol" : "tcp",
  36. "remote" : "any"
  37. },
  38. {
  39. "action" : "allow",
  40. "ports" : "80",
  41. "process" : "\/usr\/libexec\/trustd",
  42. "protocol" : "tcp",
  43. "remote-hosts" : [
  44. "ocsp.usertrust.com",
  45. "apps.identrust.com",
  46. "cacerts.digicert.com",
  47. "ocsp.vikingcloud.com",
  48. "ocsp.godaddy.com",
  49. "ocsp.digicert.com",
  50. "x1.i.lencr.org",
  51. "r3.i.lencr.org",
  52. "r10.o.lencr.org",
  53. "ocsp2.globalsign.com",
  54. "secure.globalsign.com",
  55. "ocsp.sectigo.com",
  56. "crt.sectigo.com",
  57. "ocsp.rootca1.amazontrust.com",
  58. "ocsp.pki.goog",
  59. "ocsp.entrust.net",
  60. "ocsp.comodoca.com",
  61. "crt.comodoca.com",
  62. "aia.entrust.net",
  63. "cacerts.geotrust.com"
  64. ]
  65. },
  66. {
  67. "action" : "allow",
  68. "disabled" : true,
  69. "ports" : "80",
  70. "process" : "\/usr\/libexec\/captiveagent",
  71. "protocol" : "tcp",
  72. "remote-hosts" : "captive.apple.com"
  73. },
  74. {
  75. "action" : "allow",
  76. "disabled" : true,
  77. "ports" : "443",
  78. "process" : "\/Library\/Apple\/System\/Library\/CoreServices\/SafariSupport.bundle\/Contents\/MacOS\/PasswordBreachAgent",
  79. "protocol" : "tcp",
  80. "remote-hosts" : "configuration.apple.com"
  81. },
  82. {
  83. "action" : "allow",
  84. "disabled" : true,
  85. "ports" : "443",
  86. "process" : "\/System\/Library\/PrivateFrameworks\/SafariSafeBrowsing.framework\/Versions\/A\/com.apple.Safari.SafeBrowsing.Service",
  87. "protocol" : "tcp",
  88. "remote-hosts" : "safebrowsing.googleapis.com"
  89. },
  90. {
  91. "action" : "allow",
  92. "disabled" : true,
  93. "ports" : "80",
  94. "process" : "\/System\/Library\/PrivateFrameworks\/SafariSafeBrowsing.framework\/Versions\/A\/com.apple.Safari.SafeBrowsing.Service",
  95. "protocol" : "tcp",
  96. "remote-hosts" : "proxy.safebrowsing.apple"
  97. },
  98. {
  99. "action" : "allow",
  100. "disabled" : true,
  101. "ports" : "443",
  102. "process" : "\/System\/Library\/PrivateFrameworks\/SafariSafeBrowsing.framework\/Versions\/A\/com.apple.Safari.SafeBrowsing.Service",
  103. "protocol" : "tcp",
  104. "remote-hosts" : "configuration.apple.com"
  105. },
  106. {
  107. "action" : "allow",
  108. "disabled" : true,
  109. "ports" : "443",
  110. "process" : "\/System\/Library\/PrivateFrameworks\/SafariSafeBrowsing.framework\/Versions\/A\/com.apple.Safari.SafeBrowsing.Service",
  111. "protocol" : "tcp",
  112. "remote-hosts" : "safebrowsing.googleapis.com"
  113. },
  114. {
  115. "action" : "allow",
  116. "ports" : "443",
  117. "process" : "\/System\/Library\/PrivateFrameworks\/SafariSafeBrowsing.framework\/Versions\/A\/com.apple.Safari.SafeBrowsing.Service",
  118. "protocol" : "tcp",
  119. "remote-hosts" : "token.safebrowsing.apple"
  120. },
  121. {
  122. "action" : "allow",
  123. "ports" : "443",
  124. "process" : "\/System\/Library\/PrivateFrameworks\/Translation.framework\/translationd",
  125. "protocol" : "tcp",
  126. "remote-hosts" : "sequoia.apple.com"
  127. }
  128. ]
  129. }