validator/htdocs no_referer.asis,1.5,1.6

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv31837/htdocs

Modified Files:
	no_referer.asis 
Log Message:
Note $secure_protocol -> http requests in the "no Referer" error message.


Index: no_referer.asis
===================================================================
RCS file: /sources/public/validator/htdocs/no_referer.asis,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- no_referer.asis	26 Jan 2010 20:22:38 -0000	1.5
+++ no_referer.asis	26 Jan 2010 20:50:59 -0000	1.6
@@ -40,9 +40,11 @@
           You have requested we check the referring page, but your browser did
           not send the HTTP "Referer" header field. This can be for several
           reasons, but most commonly it is because your browser does not
-          know about this header, has been configured not to send one, or is
-          behind a proxy or firewall that strips it out of the request before
-          it reaches us.
+          know about this header, has been configured not to send one,
+          transferred the referring document over a secure protocol such as
+          https but is accessing the validator over ordinary non-secure http,
+          or is behind a proxy or firewall that strips it out of the request
+          before it reaches us.
         </p>
         <p>This is <em>not</em> an error in the referring page!</p>
         <p>

Received on Tuesday, 26 January 2010 20:51:03 UTC