WildPHP / module-linksniffer

Provides details about links posted in a channel
MIT License
0 stars 1 forks source link

Make Content-Type matching case-insensitive #11

Open NanoSector opened 5 years ago

NanoSector commented 5 years ago

https://github.com/WildPHP/module-linksniffer/blob/8b1187c52d7550d4903f6ab7cab60ce0e4f1ee62/src/Backends/LinkTitle.php#L86

Some sites send a header back with different casing, so perhaps also match content-type or Content-type instead of just Content-Type.