이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Turn Off REST API

설명

Turn off JSON REST API on your website to anonymous users and prevent unauthorized requests from using the REST API to get information from your website.

Since the release of WordPress 4.0 came out, there have been a lot of hackers exploiting the vulnerabilities of the REST API. By installing this plugin, you will effectively prevent and disable the use of REST API from unauthorized users and protect the information on your website from being accessible. If someone tries to access the REST API on your site, the plugin will return an authentication error on the API endpoints, for any unauthorized users trying to access it.

While WordPress REST API vulnerability exploits continue this plugin effectively prevent and disable the used of REST API from accessing information from your website, this plugin return authentication error and disable all endpoints for any user not logged in on your website.

Translations

  • English (en_US)

스크린샷

  • Test if the wp-json is secured from unauthorized access.

설치

  1. Download the plugin via WordPress.org
  2. Upload the turn-off-rest-api directory to the /wp-content/plugins/ directory via FTP
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

How may I know if the plugin is working and my WP REST API is secured?

To test kindly log out and please go to http://[your_website_url].com/wp-json and check if REST API will return an error that reads ‘Only authenticated users are allowed an access on REST API’

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Turn Off REST API”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Turn Off REST API”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.4

  • New – Update license to GPLv3
  • Tweak – Compatibility with WP 5+
  • Tweak – Update language file
  • Tweak – Minor improvements

1.0.3

  • Tweak – Added en_US language file
  • Tweak – Added license file
  • Tweak – Minor code clean up

1.0.2

  • Tweak – Added endpoints admin page
  • Tweak – Minor improvements

1.0.1

  • Tweak – Minor improvements
  • Tweak – Optimized filter implementation

1.0.0

  • Initial Release