Plugin Directory

Changeset 3148906


Ignore:
Timestamp:
09/09/2024 10:09:43 PM (19 months ago)
Author:
wappointment
Message:

patch 2.6.5

Location:
wappointment
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wappointment/tags/2.6.5/app/Controllers/CalendarsController.php

    r3148905 r3148906  
    285285    protected function allowedDomains()
    286286    {
    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']);
    288288    }
    289289    protected function endsWith($haystack, $needle)
  • wappointment/trunk/app/Controllers/CalendarsController.php

    r3148904 r3148906  
    285285    protected function allowedDomains()
    286286    {
    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']);
    288288    }
    289289    protected function endsWith($haystack, $needle)
Note: See TracChangeset for help on using the changeset viewer.