janboddez / feed-reader

A very simple feed reader plugin for WordPress
https://feedreader.site
GNU General Public License v3.0
11 stars 0 forks source link

Image proxy user-agent #19

Closed janboddez closed 1 year ago

janboddez commented 1 year ago

Some site return a 403 when WordPress attempts to fetch their images. Should be okay with a "spoofed" user agent.

janboddez commented 1 year ago

We can make this a setting or a filter or, perhaps better for this type of config thing, a global constant that should go in wp-config.php.

janboddez commented 1 year ago

Filterable using the feed_reader_user_agent hook.