Rebuild docs
[privoxy.git] / doc / webserver / user-manual / actions-file.html
index 3ae4b41..1e2b734 100644 (file)
@@ -825,6 +825,13 @@ example.org/blocked-example-page</pre>
               <p>If the request URI gets changed, <span class="APPLICATION">Privoxy</span> will detect that and use the
               new one. This can be used to rewrite the request destination behind the client's back, for example to
               specify a Tor exit relay for certain requests.</p>
+              <p>Note that to change the destination host for <a href=
+              "actions-file.html#HTTPS-INSPECTION">https-inspected</a> requests a protocol and host has to be added to
+              the URI.</p>
+              <p>If <a href="actions-file.html#HTTPS-INSPECTION">https inspection</a> is enabled, the protocol can be
+              downgraded from https to http but upgrading a request from http to https is currently not supported.</p>
+              <p>After detecting a rewrite, <span class="APPLICATION">Privoxy</span> does not update the actions used
+              for the request based on the new host.</p>
               <p>Please refer to the <a href="filter-file.html">filter file chapter</a> to learn which client-header
               filters are available by default, and how to create your own.</p>
             </dd>
@@ -1871,6 +1878,15 @@ problem-host.example.com</pre>
                   </td>
                 </tr>
               </table>
+              <p><a name="FILTER-GITHUB" id="FILTER-GITHUB"></a></p>
+              <table border="0" bgcolor="#E0E0E0" width="90%">
+                <tr>
+                  <td>
+                    <pre class=
+                    "SCREEN">+filter{github}              # Removes the annoying "Sign-Up" banner and the Cookie disclaimer.</pre>
+                  </td>
+                </tr>
+              </table>
               <p><a name="FILTER-GOOGLE" id="FILTER-GOOGLE"></a></p>
               <table border="0" bgcolor="#E0E0E0" width="90%">
                 <tr>
@@ -1880,6 +1896,14 @@ problem-host.example.com</pre>
                   </td>
                 </tr>
               </table>
+              <p><a name="FILTER-IMDB" id="FILTER-IMDB"></a></p>
+              <table border="0" bgcolor="#E0E0E0" width="90%">
+                <tr>
+                  <td>
+                    <pre class="SCREEN">+filter{imdb}                # Removes some ads on IMDb.</pre>
+                  </td>
+                </tr>
+              </table>
               <p><a name="FILTER-YAHOO" id="FILTER-YAHOO"></a></p>
               <table border="0" bgcolor="#E0E0E0" width="90%">
                 <tr>
@@ -1907,6 +1931,15 @@ problem-host.example.com</pre>
                   </td>
                 </tr>
               </table>
+              <p><a name="FILTER-SOURCEFORGE" id="FILTER-SOURCEFORGE"></a></p>
+              <table border="0" bgcolor="#E0E0E0" width="90%">
+                <tr>
+                  <td>
+                    <pre class=
+                    "SCREEN">+filter{sourceforge}         # Reduces the amount of ads for proprietary software on SourceForge.</pre>
+                  </td>
+                </tr>
+              </table>
             </dd>
           </dl>
         </div>