diff options
author | ville <ville@localhost> | 2010-01-26 20:50:59 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-01-26 20:50:59 +0000 |
commit | aeebb9459b5d81764e79c4f507319f49817b5d81 (patch) | |
tree | a9efdb57fbe9d179e61bfd23317c10988b86aa7e | |
parent | e49d152ac895ca3bfbbd0db69f2722feb9c262cb (diff) | |
download | markup-validator-aeebb9459b5d81764e79c4f507319f49817b5d81.zip markup-validator-aeebb9459b5d81764e79c4f507319f49817b5d81.tar.gz markup-validator-aeebb9459b5d81764e79c4f507319f49817b5d81.tar.bz2 |
Note $secure_protocol -> http requests in the "no Referer" error message.
-rw-r--r-- | htdocs/no_referer.asis | 8 | ||||
-rw-r--r-- | share/templates/en_US/fatal-error.tmpl | 8 | ||||
-rw-r--r-- | share/templates/en_US/soap_fault.tmpl | 8 |
3 files changed, 15 insertions, 9 deletions
diff --git a/htdocs/no_referer.asis b/htdocs/no_referer.asis index 7bf94be..5d44b3a 100644 --- a/htdocs/no_referer.asis +++ b/htdocs/no_referer.asis @@ -40,9 +40,11 @@ Content-type: text/html 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> diff --git a/share/templates/en_US/fatal-error.tmpl b/share/templates/en_US/fatal-error.tmpl index 2b45631..6d885ab 100644 --- a/share/templates/en_US/fatal-error.tmpl +++ b/share/templates/en_US/fatal-error.tmpl @@ -214,9 +214,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> diff --git a/share/templates/en_US/soap_fault.tmpl b/share/templates/en_US/soap_fault.tmpl index c77cb12..677fb33 100644 --- a/share/templates/en_US/soap_fault.tmpl +++ b/share/templates/en_US/soap_fault.tmpl @@ -177,9 +177,11 @@ X-W3C-Validator-Warnings: <TMPL_VAR NAME="valid_warnings_num"></TMPL_IF> 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. </m:errordetail> </env:Detail> |