Jump to content

Extension:TrustedXFF/ko

From mediawiki.org
This page is a translated version of the page Extension:TrustedXFF and the translation is 8% complete.
미디어위키 확장 기능 설명서
TrustedXFF
출시 상태: 안정
설명 Handling of trusted proxy addresses (XFF)
만든 이 Tim Starling토론
최신 버전 2.0.0
MediaWiki >= 1.47.0
Licence GNU General Public License 2.0 or later
다운로드
예시 mediawiki.org
TrustedXFF 확장 기능 번역 (translatewiki.net에서 가능한 경우)
이슈 미해결 작업 · 버그 보고

The TrustedXFF extension maintains a list of trusted hosts in a file in a PHP array format. For details, see meta:XFF project.

The file can be generated using the generate.php maintenance script.

Installation


  • 파일을 다운로드하고 TrustedXFF 폴더를 extensions/ 디렉토리에 넣어 주세요.
    개발자와 코딩 기여자는 Git을 이용해 확장기능을 다운받는 것이 좋습니다.
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/TrustedXFF
    
  • 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
    wfLoadExtension( 'TrustedXFF' );
    
  • Yes 완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.


Limitations

  • Useless where X-Forwarded-For is unavailable.

As of 2019, many wikis force HTTPS for all things. Any manipulation with headers on a proxy compromises HTTPs server authentication unless the proxy possesses an SSL certificate authoritative for the wiki in question. It makes the extension far less useful nowadays than it was originally envisaged.


같이 보기