mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
Some Apache installations will send an X-Pad in some circumstances, but
we should always ignore if it happens.
This commit is contained in:
parent
f058968e87
commit
95306605e7
@ -17,6 +17,10 @@ while( <STDIN> ) {
|
||||
$_ = "";
|
||||
};
|
||||
|
||||
/^X-Pad: avoid browser bug/ && do {
|
||||
$_ = "";
|
||||
};
|
||||
|
||||
/^X-RSCDS-Version: RSCDS\/[0-9.]+\.[0-9.]+\.[0-9.]+; DB\/[0-9.]+\.[0-9.]+\.[0-9.]+/ && do {
|
||||
$_ = "";
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user