Changeset 3148906
- Timestamp:
- 09/09/2024 10:09:43 PM (19 months ago)
- Location:
- wappointment
- Files:
-
- 2 edited
-
tags/2.6.5/app/Controllers/CalendarsController.php (modified) (1 diff)
-
trunk/app/Controllers/CalendarsController.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wappointment/tags/2.6.5/app/Controllers/CalendarsController.php
r3148905 r3148906 285 285 protected function allowedDomains() 286 286 { 287 return apply_filters('wappointment_allow_external_domains', ['google.com', 'apple.com', 'icloud.com', 'microsoft.com', 'live.com', 'outlook.com', 'calendly.com', 'office365.com', 'outlook.office365.com' ]);287 return apply_filters('wappointment_allow_external_domains', ['google.com', 'apple.com', 'icloud.com', 'microsoft.com', 'live.com', 'outlook.com', 'calendly.com', 'office365.com', 'outlook.office365.com','proton.me','calendar.proton.me']); 288 288 } 289 289 protected function endsWith($haystack, $needle) -
wappointment/trunk/app/Controllers/CalendarsController.php
r3148904 r3148906 285 285 protected function allowedDomains() 286 286 { 287 return apply_filters('wappointment_allow_external_domains', ['google.com', 'apple.com', 'icloud.com', 'microsoft.com', 'live.com', 'outlook.com', 'calendly.com', 'office365.com', 'outlook.office365.com' ]);287 return apply_filters('wappointment_allow_external_domains', ['google.com', 'apple.com', 'icloud.com', 'microsoft.com', 'live.com', 'outlook.com', 'calendly.com', 'office365.com', 'outlook.office365.com','proton.me','calendar.proton.me']); 288 288 } 289 289 protected function endsWith($haystack, $needle)
Note: See TracChangeset
for help on using the changeset viewer.