Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 20dd0bf3eb74b8488e7fa3948077cc44 > files > 297

dansguardian-2.12.0.3-6.mga6.armv5tl.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">
<html>
	<head>
		<title>DansGuardian 2.10 FAQ</title>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<style type="text/css">
			p {
				text-align: justify;
				margin-bottom: 0;
				margin-top: 0.5em;
			}
			p.q {
				text-indent: 2em;
			}
		</style>
	</head>
	<body>
		<h1>Contents</h1>
		<ol id="top">
			<li><a href="#q1">Do I have to use Squid? Can other software be used as the parent proxy?</a></li>
			<li><a href="#q2">Is the content (anti-virus) scanning support in DansGuardian 2.10 and above related to the &quot;DansGuardian Anti-Virus Plugin&quot; (DGAV) project?</a></li>
			<li><a href="#q3">How do I set up virus scanning?</a></li>
			<li><a href="#q4">Can the clamdscan plugin use a remote instance of ClamD?</a></li>
			<li><a href="#q5">Why do downloads take a long time to start when using virus scanning?</a></li>
			<li><a href="#q6">Why doesn't streaming media work when using virus scanning?</a></li>
			<li><a href="#q7">Is there any way to send partial files to clients whilst a file is being virus scanned? DGAV does this and I miss it.</a></li>
			<li><a href="#q8">There appear to be 2 content scanning plugins that invoke ClamAV (&quot;clamdscan&quot; and &quot;commandlinescan&quot;). What is the difference, and which should I be using?</a></li>
			<li><a href="#q9">What happened to the &quot;clamav&quot; content scanning plugin?</a></li>
			<li><a href="#q10">How do I know whether or not something was virus scanned? OR: I have my AV software set to ignore some file types, but DG is claiming the files have been scanned.</a></li>
			<li><a href="#q11">How do I set up multiple filter groups?</a></li>
			<li><a href="#q12">How do I assign users to groups when using the &quot;ip&quot; auth plugin?</a></li>
			<li><a href="#q13">I cannot use the exceptionuserlist and banneduserlist any more. What happened?</a></li>
			<li><a href="#q14">Looking in Squid's access.log, all entries have the client IP given as the box running DansGuardian (typically 127.0.0.1). How can I log the original client IPs?</a></li>
			<li><a href="#q15">I used to use a &quot;sandwich&quot; configuration (Squid -&gt; DG -&gt; Squid) to implement NTLM support; how do I migrate to DG's native NTLM support?</a></li>
			<li><a href="#q16">How can I disable persistent connections? Will this break NTLM?</a></li>
			<li><a href="#q17">Can users be a member of more than one filter group?</a></li>
			<li><a href="#q18">How does DansGuardian verify passwords? Or: why am I getting authentication prompts with no authplugins enabled?</a></li>
			<li><a href="#q19">Is it possible to disable content filtering, and perform AV scanning only?</a></li>
			<li><a href="#q20">Can I use DG as a pure URL filter?</a></li>
			<li><a href="#q21">How does DG identify adverts?</a></li>
			<li><a href="#q22">Why is the HTML block page not shown when blocking adverts?</a></li>
			<li><a href="#q23">How can I embed images into the HTML template?</a></li>
			<li><a href="#q24">How do I use reportinglevel 2?</a></li>
			<li><a href="#q25">How do I force users to enter a username and password to use the filter bypass feature?</a></li>
			<li><a href="#q26">How can I set up time-limited exceptions, e.g. allow webmail access during lunchtime?</a></li>
			<li><a href="#q27">Why don't I see HTTPS requests in DG's access log?</a></li>
			<li><a href="#q28">Why don't I get the full HTML template when an HTTPS request is blocked? Can I customise the message returned?</a></li>
			<li><a href="#q29">Help! I have DansGuardian installed on my gateway, and strangers are using my proxy/filter. How do I stop them?</a></li>
			<li><a href="#q30">DG seems to be very slow to access a site initially, but repeated accesses to the same site are fine. What's going on?</a></li>
			<li><a href="#q31">What permissions does DG need to create its PID file, access.log file and IPC sockets?</a></li>
			<li><a href="#q32">I want to stop people from using MSN, ban filesharing, virus-scan their FTP transfers, put quotas on their email usage, remove all spyware and implement world peace!</a></li>
		</ol>
		<h1>FAQ</h1>
		<p id="q1" style="margin-top: 2em;"><a href="#top">^</a> <b>1.</b> <i>Do I have to use Squid? Can other software be used as the parent proxy?</i></p>
		<p>In theory you can use any old HTTP proxy, however DG is only regularly tested with Squid.</p>
		<p id="q2" style="margin-top: 2em;"><a href="#top">^</a> <b>2.</b> <i>Is the content (anti-virus) scanning support in DansGuardian 2.10 and above related to the &quot;DansGuardian Anti-Virus Plugin&quot; (DGAV) project?</i></p>
		<p>There are certain common elements, such as the naming of some of the virus scanning plugins and configuration options, but code itself has not been taken from the project, primarily for legal reasons (both projects are released under the GPL, but code contributed to anything other than DansGuardian itself has different ownership). With regards to the 2.8 series, DGAV is certainly viewed as a friendly fork.</p>
		<p id="q3" style="margin-top: 2em;"><a href="#top">^</a> <b>3.</b> <i>How do I set up virus scanning?</i></p>
		<p>Make sure DG is built with at least one content scanning plugin enabled (&quot;--enable-clamd&quot;, &quot;--enable-kavd&quot;, &quot;--enable-icap&quot;, or &quot;--enable-commandline&quot;). After compilation and installation, uncomment the relevant &quot;contentscanner&quot; line in dansguardian.conf to enable loading the plugin. Also take a look in the plugin's own configuration file, the path of which is in the &quot;contentscanner&quot; option, and perform any necessary customisations - for example, settings the &quot;clamdudsfile&quot; option in clamdscan.conf.</p><p class='q'>	For new installations, the &quot;clamdscan&quot; plugin is recommended; this requires you to have ClamD running on the same machine as DG, but is flexible (using ClamD's own configuration file for extra control) and simple to set up.</p>
		<p id="q4" style="margin-top: 2em;"><a href="#top">^</a> <b>4.</b> <i>Can the clamdscan plugin use a remote instance of ClamD?</i></p>
		<p>Not currently, no. The primary reason for this limitation is that by restricting it to local instances only, content does not have to be sent over the network for scanning. This could be achieved with the current version either by hooking up ClamD to an ICAP server and using DG's ICAP plugin. (Another potential method, which hasn't been tested, might be putting DG's filecachedir on NFS and using something like socat (<a href="http://www.dest-unreach.org/socat/)">http://www.dest-unreach.org/socat/)</a> to mirror a remote ClamD's UNIX socket.)</p>
		<p id="q5" style="margin-top: 2em;"><a href="#top">^</a> <b>5.</b> <i>Why do downloads take a long time to start when using virus scanning?</i></p>
		<p>Because DG has to download the whole file and perform scanning before it can be sent on to the client. Keep-alive data is sent to clients during this process by &quot;download manager&quot; plugins: &quot;default&quot; simply sends dummy HTTP headers, whilst &quot;fancy&quot; sends a full-blown HTML/JavaScript download progress bar (see the included DownloadManagers document for more info on how a manager is chosen for a given transfer).</p>
		<p id="q6" style="margin-top: 2em;"><a href="#top">^</a> <b>6.</b> <i>Why doesn't streaming media work when using virus scanning?</i></p>
		<p>See above - whole files have to be downloaded before virus scanning can be performed. To DG, streaming media looks like either a single large file, or - in the case of &quot;never ending&quot; streams such as Icecast radio - an &quot;infinitely large&quot; file. In both cases, the streaming server will not have reported the size of the content in its HTTP response headers, so DG does not have any basis for immediately deciding that the file is too large. It will resort to downloading up to &quot;maxcontentfilecachescansize&quot; bytes of data (the maximum amount of data it is allowed to cache to a temporary file on disk) with the intention of performing a virus scan, after which it will give up and forward all data to the client, streaming any extra data that may arrive.</p><p class='q'>	The virus exception lists - exceptionvirusmimetypelist, exceptionvirussitelist, etc. - will need to be used to let DG know not to scan streaming media.  The default extension and MIME type lists contain a variety of entries which should cover most types of media, but they are not exhaustive.</p><p class='q'>	Streaming media accessed over HTTP can be argued to be an abuse of the protocol; any media accessed via dedicated streaming protocols will continue to function as normal, as it is not proxied by DG. Note that some (older?) Icecast servers do not actually output standard HTTP response headers, and notably do not output either a file extension or a MIME type, meaning that the media can only be excepted from scanning by matching the domain/URL.</p>
		<p id="q7" style="margin-top: 2em;"><a href="#top">^</a> <b>7.</b> <i>Is there any way to send partial files to clients whilst a file is being virus scanned? DGAV does this and I miss it.</i></p>
		<p>If you have HTTP clients that don't work even with the &quot;default&quot; download manager, or really, really want to give end users the impression that files are downloading, then build and enable the &quot;trickle&quot; plugin. This slowly sends parts of not-yet-scanned files to clients, which enables them to report download progress (although reported progress will be slower than the actual download), and only lets the transfer complete for clean files. Note that there is some debate as whether or not this is entirely safe, as some malware is incredibly small, and some files can be processed before they are completely downloaded, e.g. progressive JPEGs. This explains the decision not to enable this mode by default.</p>
		<p id="q8" style="margin-top: 2em;"><a href="#top">^</a> <b>8.</b> <i>There appear to be 2 content scanning plugins that invoke ClamAV (&quot;clamdscan&quot; and &quot;commandlinescan&quot;). What is the difference, and which should I be using?</i></p>
		<p>The &quot;clamdscan&quot; scanner saves all content to disk, and passes filenames to an instance of ClamD.  The example configuration for &quot;commandlinescan&quot; achieves the same thing, but does so by invoking an external command-line utility instead of communicating with ClamD directly.  This method should not be used to invoke ClamD - it *will* be slower than the &quot;clamdscan&quot; plugin, and is purely intended as an example of how to use &quot;commandlinescan&quot;.</p>
		<p id="q9" style="margin-top: 2em;"><a href="#top">^</a> <b>9.</b> <i>What happened to the &quot;clamav&quot; content scanning plugin?</i></p>
		<p>It has been removed.  This plugin used the ClamAV library directly, as opposed to the &quot;clamdscan&quot; plugin's usage of a running instance of ClamD.  However, it was awkward to maintain, provided no performance benefit (since the data still had to be saved to disk before scanning), didn't give full control over ClamAV's options, and generally served only to confuse people.</p>
		<p id="q10" style="margin-top: 2em;"><a href="#top">^</a> <b>10.</b> <i>How do I know whether or not something was virus scanned? OR: I have my AV software set to ignore some file types, but DG is claiming the files have been scanned.</i></p>
		<p>Any content that has been scanned is marked with &quot;*SCANNED*&quot; in DG's access log. Technically, this means it was sent to the loaded content scanning plugins; what these and any external software they may rely on actually did with it is entirely their business. For example, an ICAP server may be configured not to virus scan JPEGs, but unless DG itself is configured similarly, it will send them to it all the same, and log that it has done so.</p>
		<p id="q11" style="margin-top: 2em;"><a href="#top">^</a> <b>11.</b> <i>How do I set up multiple filter groups?</i></p>
		<p>Duplicate the dansguardianf1.conf file, so that there is one per group (dansguardianf2.conf, dansguardianf3.conf, etc.). Set the &quot;filtergroups&quot; parameter in dansguardian.conf accordingly. Duplicate the list files referenced by the filter group config - &quot;bannedsitelist&quot;, &quot;bannedurllist&quot; etc. - once per group, if you wish to customise them separately. (These are the &quot;top-level&quot; list files, in that they mostly consist of include statements for other lists.)</p><p class='q'>	Uncomment one of the &quot;authplugin&quot; lines in dansguardian.conf and, if choosing proxy-basic or proxy-ntlm, configure Squid to require basic or NTLM authentication accordingly. Fill in the username/group mappings in the &quot;filtergroupslist&quot; file. If you wish to enforce authentication, map all users to groups higher than 1, and set group 1's groupmode to 0 (banned), as this is the default group for unidentified users.</p>
		<p id="q12" style="margin-top: 2em;"><a href="#top">^</a> <b>12.</b> <i>How do I assign users to groups when using the &quot;ip&quot; auth plugin?</i></p>
		<p>Use the &quot;/etc/dansguardian/lists/authplugins/ipgroups&quot; file. This is separate from the filtergroupslist because it has a different syntax, catering for IP range and subnet matches instead of static usernames, and is only used by the one plugin.</p>
		<p id="q13" style="margin-top: 2em;"><a href="#top">^</a> <b>13.</b> <i>I cannot use the exceptionuserlist and banneduserlist any more. What happened?</i></p>
		<p>These lists were abandoned when the &quot;groupmode&quot; parameter was added to the filter group configuration (dansguardianf*.conf). Banned and exception IP lists still exist, but they are intended for identifying particular machines, not people, and primarily for temporary use only - for example, quickly banning access from a spyware-infested machine, or providing unfiltered access for servers needing to download updates. If you want full identification by IP, use the &quot;ip&quot; auth plugin and multiple filter groups.</p>
		<p id="q14" style="margin-top: 2em;"><a href="#top">^</a> <b>14.</b> <i>Looking in Squid's access.log, all entries have the client IP given as the box running DansGuardian (typically 127.0.0.1). How can I log the original client IPs?</i></p>
		<p>Turn on the &quot;forwardedfor&quot; option in dansguardian.conf, and get Squid to obey the &quot;X-Forwarded-For&quot; header in incoming requests. For Squid 2.5, you will have to apply the following patch: <a href="http://devel.squid-cache.org/follow_xff/follow_xff-2.5.patch">http://devel.squid-cache.org/follow_xff/follow_xff-2.5.patch</a></p><p class='q'>	This has become a core feature in Squid 2.6-STABLE1 and above. Be wary of also enabling the &quot;usexforwardedfor&quot; option in DG, as it is trivial for clients to spoof headers in the original request.</p>
		<p id="q15" style="margin-top: 2em;"><a href="#top">^</a> <b>15.</b> <i>I used to use a &quot;sandwich&quot; configuration (Squid -&gt; DG -&gt; Squid) to implement NTLM support; how do I migrate to DG's native NTLM support?</i></p>
		<p>Disable the first Squid entirely, and configure the second Squid for NTLM instead of &quot;basic&quot; authentication. Make sure you configure your DG build with &quot;--enable-ntlm&quot; (enabled by default), and uncomment the &quot;authplugin&quot; line in dansguardian.conf corresponding to the &quot;proxy-ntlm&quot; plugin.</p>
		<p id="q16" style="margin-top: 2em;"><a href="#top">^</a> <b>16.</b> <i>How can I disable persistent connections? Will this break NTLM?</i></p>
		<p>Disable &quot;client_persistent_connections&quot; in Squid to prevent clients making a persistent connection to the proxy. DansGuardian itself has no related configuration options, as it simply follows the relevant RFCs as best it can, obeying the instructions in the request and response headers (i.e. if Squid disallows persistency, so does DG). This won't break NTLM: it is true that NTLM-over-HTTP requires persistent connections, but Squid always allows persistency during the auth handshake. You can also disable &quot;server_persistent_connections&quot; if you don't want Squid to make persistent connections to origin servers; these are completely de-coupled from persistent connections to clients.</p>
		<p id="q17" style="margin-top: 2em;"><a href="#top">^</a> <b>17.</b> <i>Can users be a member of more than one filter group?</i></p>
		<p>No, they cannot. A filter group in DG is a self-contained set of options, not something that can be stacked. If all you really want is to share customised lists between groups, create them as separate files, and put include statements for them in the top-level lists for all applicable groups.</p>
		<p id="q18" style="margin-top: 2em;"><a href="#top">^</a> <b>18.</b> <i>How does DansGuardian verify passwords? Or: why am I getting authentication prompts with no authplugins enabled?</i></p>
		<p>DansGuardian does not verify passwords, and will never initiate an authentication handshake on its own. As per the &quot;basic&quot; auth support in the 2.8 series, DG simply passes authentication requests from Squid to the browser, and sniffs the username from the credentials the browser sends back. It is Squid that supplies the authentication request, and Squid that performs the password checking; it does such a good job that we see no reason to re-invent that particular wheel.</p>
		<p id="q19" style="margin-top: 2em;"><a href="#top">^</a> <b>19.</b> <i>Is it possible to disable content filtering, and perform AV scanning only?</i></p>
		<p>Yes! There are two options; the easy way, and the hard way. The hard way consists of turning off the individual filtering options one by one: setting &quot;weightedphrasemode = 0&quot;, blanking the bannedsitelist, etc. The easy way is simply to set &quot;groupmode = 2&quot; in your filter group configuration files (dansguardianf*.conf), and enable &quot;contentscanexceptions&quot; in dansguardian.conf.</p>
		<p id="q20" style="margin-top: 2em;"><a href="#top">^</a> <b>20.</b> <i>Can I use DG as a pure URL filter?</i></p>
		<p>Yes, although you will be missing out on a lot. Set the &quot;weightedphrasemode&quot; to 0, comment out any &quot;contentscanner&quot; lines, and truncate the banned/exception MIME type, extension and regexp lists.</p>
		<p id="q21" style="margin-top: 2em;"><a href="#top">^</a> <b>21.</b> <i>How does DG identify adverts?</i></p>
		<p>Adverts are identified on the basis of the string &quot;ADs&quot; appearing in the categories under which the site is blocked. For example, a URL list containing '#listcategory &quot;ADs&quot;' will identify its contents as adverts.</p>
		<p id="q22" style="margin-top: 2em;"><a href="#top">^</a> <b>22.</b> <i>Why is the HTML block page not shown when blocking adverts?</i></p>
		<p>This is primarily so as not to disrupt the rendering of pages containing adverts in IFRAMEs. Showing the block page in an IFRAME would look just as distracting as the advert itself, and may break page layout.</p>
		<p id="q23" style="margin-top: 2em;"><a href="#top">^</a> <b>23.</b> <i>How can I embed images into the HTML template?</i></p>
		<p>If customising the template to include images, you will need to run a webserver on your LAN to host them, and ensure that you use absolute URLs in your image tags. DG is not a webserver; even if you put the images in the same directory as the HTML template, it will not be capable of serving them.</p>
		<p id="q24" style="margin-top: 2em;"><a href="#top">^</a> <b>24.</b> <i>How do I use reportinglevel 2?</i></p>
		<p>You need to run a webserver to host your custom block page/script, and configure DG's &quot;accessdeniedaddress&quot; to point at it. You cannot point the &quot;accessdeniedaddress&quot; at the filter IP and port; DG is not a webserver, it is only capable of serving its built-in HTML template.</p>
		<p id="q25" style="margin-top: 2em;"><a href="#top">^</a> <b>25.</b> <i>How do I force users to enter a username and password to use the filter bypass feature?</i></p>
		<p>To do this, you need to be using reportinglevel 2, and create a CGI or similar for generating your own bypass URLs. Set the &quot;bypass&quot; option in your filter group configuration files to -1 to prevent DG generating bypass hashes automatically (as users would otherwise be able sniff these as they are passed to your block script, and bypass the authentication), and set a static &quot;bypasskey&quot; option, as this secret is used during both hash generation and verification to prevent forgery. Once you have your external bypass URL generator working, you can implement any desired form of web-based authentication as a required step before giving out bypass URLs.</p><p class='q'>	A basic summary of what actually happens is as follows:</p><p class='q'>	1. The user requests a webpage, and DG determines that it is blocked.</p><p class='q'>	2. DG sends a redirect to the user's browser, pointing them at the URL configured in &quot;accessdeniedaddress&quot;, and passing in various bits of information (denied site, reason, etc.) as URL parameters.</p><p class='q'>	3. The user clicks the bypass link/button on your custom block page, which forwards them to your hash generation CGI (also forwarding the necessary info from DG, either as URL or form parameters).</p><p class='q'>	4. The user is forced to enter a username and password, either by Apache htaccess or some other mechanism.</p><p class='q'>	5. Assuming the user authenticates successfully, the hash generator runs, and redirects the user's browser straight to the bypass URL and/or presents it to them as a link.</p><p class='q'>	More information can be found at <a href="http://contentfilter.futuragts.com/wiki/index.php?title=Bypass_Hash_Usage">http://contentfilter.futuragts.com/wiki/index.php?title=Bypass_Hash_Usage</a></p>
		<p id="q26" style="margin-top: 2em;"><a href="#top">^</a> <b>26.</b> <i>How can I set up time-limited exceptions, e.g. allow webmail access during lunchtime?</i></p>
		<p>Create a new site or URL list containing a &quot;#time:&quot; directive (documentation for this can be found in the default bannedsitelist file). Add an include statement (&quot;.Include&lt;filename&gt;&quot;) for your new list to the top-level banned or exception site/URL list, e.g. exceptionurllist, depending on whether you want to create bans or exceptions. The contents of your new file will only be included in the list at the times specified in the time directive.</p>
		<p id="q27" style="margin-top: 2em;"><a href="#top">^</a> <b>27.</b> <i>Why don't I see HTTPS requests in DG's access log?</i></p>
		<p>If you are using transparent/interception proxying, you won't, as HTTPS cannot be proxied in this manner due to the end-to-end encryption. Otherwise, first check to see if such requests are showing up in Squid's log - if not, then again, the requests probably aren't going through the filter. If the requests do show up in Squid's log, check DG's &quot;loglevel&quot; setting. The default is 2, which logs all requests for textual content (i.e. HTML but not images); the MIME type of HTTPS requests is not sent in the clear, and so they are not logged since it is not known whether or not content is text.</p>
		<p id="q28" style="margin-top: 2em;"><a href="#top">^</a> <b>28.</b> <i>Why don't I get the full HTML template when an HTTPS request is blocked? Can I customise the message returned?</i></p>
		<p>Because some browsers cannot handle unencrypted error pages of more than a few bytes in response to an HTTPS request. Currently this message can only be customised by modifying source code.</p>
		<p id="q29" style="margin-top: 2em;"><a href="#top">^</a> <b>29.</b> <i>Help! I have DansGuardian installed on my gateway, and strangers are using my proxy/filter. How do I stop them?</i></p>
		<p>Use a firewall (iptables) to prevent external connections to DG and Squid's listening ports, and/or configure DG and Squid to listen only on LAN interfaces. In DG, a non-blank &quot;filterip&quot; line causes DG to bind its listening socket to the given IP; multiple &quot;filterip&quot; lines can be given if needed. Squid allows specification of bind IPs in the &quot;http_port&quot; directive.</p><p class='q'>	Also note that if you do not have any machines/users on your network which are allowed to bypass the filter, then Squid only needs to be configured to listen on the loopback interface (127.0.0.1).</p>
		<p id="q30" style="margin-top: 2em;"><a href="#top">^</a> <b>30.</b> <i>DG seems to be very slow to access a site initially, but repeated accesses to the same site are fine. What's going on?</i></p>
		<p>You quite possibly have DNS performance issues. Enable the cache manager in Squid and monitor the average time for DNS requests; ideally values should be in the low single figures. One possibility for reducing DNS load is disabling the &quot;reverseaddresslookups&quot; option in DG; however, people will be able to bypass the site/URL filtering (but not the content or virus filtering) by visiting websites by IP directly.</p>
		<p id="q31" style="margin-top: 2em;"><a href="#top">^</a> <b>31.</b> <i>What permissions does DG need to create its PID file, access.log file and IPC sockets?</i></p>
		<p>DG creates and updates its PID file as root, so permissions should not be an issue here. However, it must be able to write to its access.log file as an unprivileged user: this is the user/group set by the &quot;daemonuser&quot; and &quot;daemongroup&quot; options; by default, &quot;nobody:nobody&quot;. The IPC sockets (UNIX domain sockets) must be in a location writable by the unprivileged user; by default they are in &quot;/tmp&quot; and so not generally an issue.</p>
		<p id="q32" style="margin-top: 2em;"><a href="#top">^</a> <b>32.</b> <i>I want to stop people from using MSN, ban filesharing, virus-scan their FTP transfers, put quotas on their email usage, remove all spyware and implement world peace!</i></p>
		<p>DansGuardian is an HTTP proxy. It does not speak any other protocol. FTP via HTTP proxy only works because Squid is capable of translating between the two; if you want to use DG as a &quot;real&quot; FTP proxy, for clients other than web browsers, it will not work. It is true that some IM clients can tunnel conversations over HTTP - DG doesn't implement any special features to detect or block this, but incoming messages may be content filtered if they are in the clear, and usage of such clients blocked based on the destination IPs/domains in the HTTP requests.</p>
	</body>
</html>