开发者 | nofrillsplugins |
---|---|
更新时间 | 2024年6月19日 18:06 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.5.4 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Access-Control-Allow-Origin: *
header to your WordPress RSS feed, making it accessible from any origin.
rss-cors-enable
directory to the /wp-content/plugins/
directory.Yes, although the default behaviour is to allow all origins (Access-Control-Allow-Origin: *
), you can modify the plugin code to specify specific domains. Replace the *
in the header("Access-Control-Allow-Origin: *");
line with the domain you wish to allow. When you do this, it might be wiped away when upgrading the plugin.
No, it shouldn't, as far as we've tested. This plugin is specifically designed to modify only the WordPress RSS feed responses. Other parts of your WordPress site or API will not be affected.