carawebs/wp-secure-rest-api
Composer 安装命令:
composer require carawebs/wp-secure-rest-api
包简介
A very simple mu plugin for WordPress that disallows access to REST endpoints for users that are not logged in.
README 文档
README
A super-simple plugin that disallows access to REST endpoints for users that are not logged in.
Stops the REST API from being used to enumerate users.
Usage
- Clone this repo to
mu-plugins- you may need to create this directory in the designated WordPress content directory (wp-contentin a standard install) - Make sure the file is loaded
If you're using Bedrock, the built in mu-plugins autoloader will take care of loading for you.
Check it's working:
https://example.com/wp-json/wp/v2/users should return a 401 response if the user is not logged in.
Non Bedrock Loader
Add this line to a loader in the root mu-plugins directory:
<?php // path/mu-plugins/load.php require WPMU_PLUGIN_DIR.'/secure-rest-api/secure-rest-api.php';
统计信息
- 总下载量: 33
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL2
- 更新时间: 2017-05-23