Changes

161 bytes added ,  07:37, 13 June 2019
Line 45: Line 45:  
==Proxy Based Content Blocker==
 
==Proxy Based Content Blocker==
   −
'''Proxy Based Content Blocker''' works in a similar manner to Site Blocking, except with Content Blocker you have the ability to filter out content with more versatility by using the '''asterisk''' ('''*''') symbol instead of different extensions and phrases. For example, instead of having to block multiple domains like ''<nowiki>'</nowiki>website.com<nowiki>'</nowiki>'', ''<nowiki>'</nowiki>website.net<nowiki>'</nowiki>'', ''<nowiki>'</nowiki>website.org<nowiki>'</nowiki>'' you can simply create an entry called ''<nowiki>'</nowiki>website.*<nowiki>'</nowiki>'', which would block all websites whose names begin with ''<nowiki>'</nowiki>website.<nowiki>'</nowiki>''
+
<b>Proxy Based Content Blocker</b> works in a similar manner to Site Blocking, except with Content Blocker you have the ability to filter out content with more versatility by using the <b>asterisk</b> (<b>*</b>) symbol instead of different extensions and phrases.
 +
 
 +
For example, instead of having to block multiple domains like <i>website.com</i>, <i>website.net</i>, <i>website.org</i> you can simply create an entry called <i>website.*</i>, which would block all websites whose names begin with <i>website.</i>
    
[[File:Services web filter proxy v3.png]]
 
[[File:Services web filter proxy v3.png]]
Line 51: Line 53:  
<table class="nd-mantable">
 
<table class="nd-mantable">
 
     <tr>
 
     <tr>
         <th>field name</th>
+
         <th>Field</th>
       <th>value</th>
+
       <th>Value</th>
       <th>description</th>
+
       <th>Description</th>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
       <td>Enable</td>
 
       <td>Enable</td>
       <td>yes | no; Default: '''no'''</td>
+
       <td>yes | no; Default: <b>no</b></td>
       <td>Toggles Blacklist/Whitelist ON or OFF</td>
+
       <td>Turns Blacklist/Whitelist on or off.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
       <td>Mode</td>
 
       <td>Mode</td>
       <td>Blacklist | Whitelist; Default: '''Blacklist'''</td>
+
       <td>Blacklist | Whitelist; Default: <b>Blacklist</b></td>
       <td>'''Whitelist''' - allow every site included in the list and block everything else<br>
+
       <td>Mode of operation.
'''Blacklist''' - block every site included in the list and allow everything else</td>
+
            <ul>
 +
                <li><b>Whitelist</b> - allow every site included in the list and block everything else.</li>
 +
                <li><b>Blacklist</b> - block every site included in the list and allow everything else.</li>
 +
            </ul>
 +
        </td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
     <td>Hosts list</td>
 
     <td>Hosts list</td>
         <td>text file; Default: " "</td>
+
         <td>text file; Default: <b>none</b></td>
         <td>Provides a possibility to upload a text file containing a list of host instead of adding hosts individually via the WebUI. Hosts must be separated by line breaks, i.e., one host per line</td>
+
         <td>Provides a possibility to upload a text file containing a list of hosts instead of adding hosts individually via the WebUI. Different hosts must be separated by line breaks (one host per line) in the text file.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
     <td>Enable</td>
 
     <td>Enable</td>
         <td>yes | no; Default: '''yes'''</td>
+
         <td>yes | no; Default: <b>yes</b></td>
         <td>Toggle an entry of the list active or inactive. Inactive entries are not considered to be a part of the list until they are activated</td>
+
         <td>Turns an entry of the list to an active or inactive state. Inactive entries are not considered to be a part of the list until they are activated.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
     <td>URL content</td>
 
     <td>URL content</td>
         <td>host; Default: " "</td>
+
         <td>host; Default: <b>none</b></td>
         <td>Website name or part of a website name that is to be added to the list. The '''*''' symbol can stand for anything. In the given example the URL content is '''*.9gag.*''', which means it blocks all variation of that site's hostname, i.e., '''9gag.com, www.9gag.com, 9gag.net, www.9gag.org,''' etc., while a '''www.9gag.com''' entry would only block that specific hostname</td>
+
         <td>Website name or part of a website's name. The <b>*</b> symbol stands for anything so it can be used to block different variations of one website. For example:
 +
            <ul>
 +
                <li>The entry '<i>website.*</i>' would block:
 +
                    <ul>
 +
                        <li>website.<b>com</b></li>
 +
                        <li>website.<b>net</b></li>
 +
                        <li>website.<b>org</b></li>
 +
                        <li>etc.</li>
 +
                    </ul>
 +
                </li>
 +
            </ul>
 +
        </td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>