Browse Source

add some more domains to the unsupported list

main
Aaron Parecki 4 years ago
parent
commit
70fdeb211e
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      lib/Telegraph/Webmention.php

+ 4
- 0
lib/Telegraph/Webmention.php View File

@ -18,6 +18,10 @@ class Webmention {
'twitter.com',
'instagram.com',
'facebook.com',
'meetup.com',
'eventbrite.com',
'github.com',
'gitlab.com',
];
if(in_array($host, $unsupported))

Loading…
Cancel
Save