mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-19 01:34:26 +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 {
|
/^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