Merge pull request #7092 from ysm-dev/apple-icloud

Add Apple iCloud Detection
main
Elbert Alias 2 years ago committed by GitHub
commit a1e8cc6dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3247,6 +3247,23 @@
"scriptSrc": "/apple_business_chat_commerce/.+/apple_message_button_v([\\d\\.]+)\\.js\\;version:\\1", "scriptSrc": "/apple_business_chat_commerce/.+/apple_message_button_v([\\d\\.]+)\\.js\\;version:\\1",
"website": "https://developer.apple.com/documentation/businesschat" "website": "https://developer.apple.com/documentation/businesschat"
}, },
"Apple iCloud Mail": {
"cats": [
30
],
"description": "Apple iCloud Mail is a webmail service provided by Apple, Inc.",
"dns": {
"MX": [
"mail\\.icloud\\.com"
],
"TXT": [
"apple-domain",
"v=spf1 redirect=icloud.com"
]
},
"icon": "Apple.svg",
"website": "https://www.apple.com/icloud/"
},
"Apple Pay": { "Apple Pay": {
"cats": [ "cats": [
41 41