WP Manifestindependent plugin directory
manifest / integrations / wp-rest-allow-all-cors

WP-REST-Allow-All-CORS

Allow all cross origin requests to your WordPress site's REST API.

by mrahmadawais, WPTie · github.com/ahmadawais/wp-rest-allow-all-cors · website

38stars
4forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ahmadawais/wp-rest-allow-all-cors/archive/refs/heads/master.zip
WP-REST-Allow-All-CORS
Allow all cross origin requests to your WordPress site's REST API.
A FOSS (Free & Open Source Software) project. Maintained by @AhmadAwais.

WP-REST-Allow-All-CORS

=== WP-REST-Allow-All-CORS ===
Contributors: mrahmadawais,wptie
Donate link: https://AhmadAwais.com/
Tags: wp-rest-api,cors
Requires at least: 4.7.0
Tested up to: 4.7.3
Stable tag: 1.0.0

Allow all cross origin requests to your WordPress site's REST API.

Description

Allow all cross origin requests to your WordPress site's REST API.

Frequently Asked Questions

Would it be a security concern to allow all?

No. I allow it. Not allowing is a gentle request that may or may not be granted. Just like robots.txt cannot really stop a bot from visiting your site if a bot doesn't care. I mean, remember it's not security, it's a polite request.

Changelog

Release 1.0.0

  • Allows all CORS.