diff --git a/testing/normalise_result b/testing/normalise_result index 9fd1af57..65241bdf 100755 --- a/testing/normalise_result +++ b/testing/normalise_result @@ -17,6 +17,10 @@ while( ) { $_ = ""; }; + /^X-Pad: avoid browser bug/ && do { + $_ = ""; + }; + /^X-RSCDS-Version: RSCDS\/[0-9.]+\.[0-9.]+\.[0-9.]+; DB\/[0-9.]+\.[0-9.]+\.[0-9.]+/ && do { $_ = ""; };