Extension:TorBlock/pl
Appearance
From mediawiki.org
This page is a translated version of the page Extension:TorBlock and the translation is 8% complete.
Status wydania: stabilne |
|
|---|---|
| Realizacja | Dostęp użytkownika |
| Opis | Automatically applies restrictions to Tor exit nodes with access to the wiki's front-door server. |
| Autor(zy) | Andrew Garrett (Werdna dyskusja ) |
| Ostatnia wersja | 1.1.0 (Continuous updates) |
| MediaWiki | 1.35+ |
| PHP | 5.5+ |
|
|
|
|
| Licence | Licencja GNU General Public License 2.0 lub nowsza |
| Pobieranie | |
| Przetłumacz rozszerzenie TorBlock jeżeli jest dostępne na translatewiki.net | |
| Problemy | Otwarte zadania · Zgłoś błąd |
The TorBlock extension automatically applies restrictions to Tor exit node's access to the wiki's front-door server.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
TorBlockw folderzeextensions/.
Developers and code contributors should install the extension from Git instead, using:cdextensions/ gitclonehttps://gerrit.wikimedia.org/r/mediawiki/extensions/TorBlock - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'TorBlock' );
- Configure as required.
- Yes Zrobione – Przejdź do
Special:Versionna twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Konfiguracja
$wgTorBypassPermissions = [ 'torunblocked' ];
User account permissions that bypass Tor blocks.
By default, $wgGroupPermissions['user']['torunblocked'] = true; is set, so logged-in users will bypass permissions unless it is set to false.
$wgTorLoadNodes = true;
If set to true, the extension will always try to load a list of nodes if there is no current list available in the cache. Loading the exit node list is expensive, so some wikis may want to set this to false, and instead have loadExitNodes.php be run as a cron job to update the node list.
$wgTorIPs = [ '208.80.152.2' ];
An array of IP addresses that the wiki server uses. Only exit nodes allowed to connect to these IPs will be returned in the internal list. Note: this is only used when the extension has to fall back to the Tor Project's bulk list service, rather than using the newer Onionoo protocol.
$wgTorDisableAdminBlocks = true;
Disables existing Tor blocks made by admins.
$wgTorAutoConfirmAge = 0;$wgTorAutoConfirmCount = 0;
$wgTorAllowedActions = [ 'read' ];
Permissions allowed to Tor anonymous users. By default, Tor users cannot create accounts.
$wgTorOnionooServer = 'https://onionoo.torproject.org';$wgTorOnionooCA = "$dir/torproject.crt";
$wgTorProjectCA = "$dir/torproject.crt";
$wgTorTagChanges = true;
Mark Tor edits as such
$wgTorBlockProxy = false;
Proxy to use, if not the default proxy
See also
- BulkBlock Extension – an extension that allows administrators to easily block multiple users at once on a MediaWiki website.
To rozszerzenie jest wykorzystywane przez jeden lub więcej projektów Wikimedia. Oznacza to prawdopodobnie, że to rozszerzenie jest stabilne i działa wystarczająco dobrze, aby wykorzystywać je na stronach o dużym natężeniu ruchu. Odnajdź nazwę tego rozszerzenia w plikach konfiguracyjnych Wikimedia CommonSettings.php oraz InitialiseSettings.php, aby zobaczyć gdzie są zainstalowane. Pełną listę rozszerzeń zainstalowanych na określonej wiki można znaleźć na stronie Special:Version na danej wiki.
To rozszerzenie jest dołączone do następujących farm/hostów wiki lub pakietów:
Categories:
- Stable extensions/pl
- User access extensions/pl
- AbortAutoblock extensions/pl
- AbuseFilter-builder extensions/pl
- AbuseFilterAlterVariables extensions/pl
- ChangeTagsListActive extensions/pl
- GetAutoPromoteGroups extensions/pl
- GetUserBlock extensions/pl
- ListDefinedTags extensions/pl
- OtherBlockLogLink extensions/pl
- RecentChange save extensions/pl
- UserCanSendEmail extensions/pl
- UserRequirementsCondition extensions/pl
- GetUserPermissionsErrorsExpensive extensions/pl
- GPL licensed extensions/pl
- Extensions in Wikimedia version control/pl
- All extensions/pl
- Extensions used on Wikimedia/pl
- Extensions included in Fandom/pl
- Extensions included in Miraheze/pl
- Extensions included in Weird Gloop/pl