mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
Normalise when the server says it's DAViCal also.
This commit is contained in:
parent
3f2fab9281
commit
ec8b51ef99
@ -21,7 +21,7 @@ while( <STDIN> ) {
|
||||
$_ = "";
|
||||
};
|
||||
|
||||
/^X-RSCDS-Version: RSCDS\/[0-9.]+\.[0-9.]+\.[0-9.]+; DB\/[0-9.]+\.[0-9.]+\.[0-9.]+/ && do {
|
||||
/^X-(DAViCal|RSCDS)-Version: (DAViCal|RSCDS)\/[0-9.]+\.[0-9.]+\.[0-9.]+; DB\/[0-9.]+\.[0-9.]+\.[0-9.]+/ && do {
|
||||
$_ = "";
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user