mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-12-18 08:54:20 +03:00
[Whitelisting] Add new page
parent
1ef764fecd
commit
a9f96c1044
1 changed files with 28 additions and 0 deletions
28
Whitelisting.md
Normal file
28
Whitelisting.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
RSS-Bridge supports whitelists in order to limit the available bridges on your web server. Once you have installed and accessed RSS-Bridge for the first time, a file named `whitelist.txt` will automatically be created in the root folder of RSS-Bridge.
|
||||
|
||||
#Specific whitelisting
|
||||
|
||||
In order to specifically whitelist bridges, open `whitelist.txt` and add one line for each bridge you want to show. Make sure you use normal [line-feeds](https://en.wikipedia.org/wiki/Newline "Line-feed") at the end of a line (LF not [CRLF](https://en.wikipedia.org/wiki/Carriage_return "Carriage-return line-feed")). The bridge name must match the filename of the bridge in the bridges folder (see [folder structure](Folder-structure)). The name may or may not include the 'Bridge' part.
|
||||
|
||||
**Examples**:
|
||||
```TEXT
|
||||
FacebookBridge
|
||||
WikipediaBridge
|
||||
TwitterBridge
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```TEXT
|
||||
Facebook
|
||||
Wikipedia
|
||||
Twitter
|
||||
```
|
||||
|
||||
#Global whitelisting
|
||||
|
||||
In order to globally whitelist all bridges, open the `whitelist.txt` file, remove all contents and just write an asterisk `*` into the file (only this one character).
|
||||
|
||||
```TEXT
|
||||
*
|
||||
```
|
Loading…
Reference in a new issue