mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
Draft 05 of the iSchedule changes the required/disallowed headers
Thanks to Julien for the heads up, and the initial changes. There are a few other changes in the draft, this patch includes them.
This commit is contained in:
parent
872f4fc6ad
commit
45a9c39819
@ -34,17 +34,19 @@ class iSchedule
|
||||
private $failOnError = true;
|
||||
private $subdomainsOK = true;
|
||||
private $remote_public_key ;
|
||||
private $required_headers = Array ( 'host', // draft 01 section 7.1 required headers
|
||||
private $required_headers = Array ( 'ischedule-version', // draft 05 section 7.1 required headers
|
||||
'originator',
|
||||
'recipient',
|
||||
'content-type' );
|
||||
private $disallowed_headers = Array ( 'connection', // draft 01 section 7.1 disallowed headers
|
||||
private $disallowed_headers = Array ( 'cache-control', // draft 05 section 7.1 disallowed headers
|
||||
'connection',
|
||||
'host',
|
||||
'keep-alive',
|
||||
'dkim-signature',
|
||||
'proxy-authenticate',
|
||||
'proxy-authorization',
|
||||
'te',
|
||||
'trailers',
|
||||
'trailer',
|
||||
'transfer-encoding',
|
||||
'upgrade' );
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user