X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fwebserver%2Fuser-manual%2Fwhatsnew.html;h=216cae847919a8ea9b15918b873c99b037082808;hp=ee02865b48282f345edf68987ae65da8240142c0;hb=6d8aa69a37ff8b7d22b8f8a1afa322053ce14329;hpb=34d589c8ead9b9759a0aa82e92b596962e680873 diff --git a/doc/webserver/user-manual/whatsnew.html b/doc/webserver/user-manual/whatsnew.html index ee02865b..216cae84 100644 --- a/doc/webserver/user-manual/whatsnew.html +++ b/doc/webserver/user-manual/whatsnew.html @@ -169,7 +169,7 @@
  • -

    Stop considering client sockets tainted after receving a +

    Stop considering client sockets tainted after receiving a request with body. It hasn't been necessary for a while now and unnecessarily causes test failures when using curl's test suite.

    @@ -212,7 +212,7 @@
  • When filtering is enabled, let Range headers pass if the range starts at the beginning. This should work around (or at least - reduce ) the video playback issues with various Apple clients as + reduce) the video playback issues with various Apple clients as reported by Duc in #3426305.

  • @@ -320,8 +320,8 @@
  • -

    Block 'gm-link.com/' whis is used for email tracking. Reported - by David Bo in #1812733.

    +

    Block 'gm-link.com/' which is used for email tracking. + Reported by David Bo in #1812733.

  • @@ -643,7 +643,7 @@
  • -

    In pcrs_get_delimiter(), do not use delimiters ouside the +

    In pcrs_get_delimiter(), do not use delimiters outside the ASCII range. Fixes a clang complaint.

  • @@ -686,7 +686,7 @@
  • Change the hashes used in load_config() to unsigned int. That's what hash_string() actually returns and using a - potentiallly larger type is at best useless.

    + potentially larger type is at best useless.