diff --git a/fetch.bs b/fetch.bs index c32c36a19..f00f3c966 100755 --- a/fetch.bs +++ b/fetch.bs @@ -1416,6 +1416,10 @@ downloads. This format of range header value can be set using add a range hea implementation-defined header value for the `User-Agent` header. +

For unfortunate web compatibility reasons, web browsers are strongly encouraged to +have this value start with `Mozilla/5.0 (` and be generally modeled after other web +browsers. +

The document `Accept` header value is `text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8`.