mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
debug
This commit is contained in:
parent
5e3e0b6683
commit
ac27c77426
1 changed files with 1 additions and 1 deletions
|
|
@ -658,7 +658,7 @@ App::init()
|
|||
if ($request->getProtocol() === 'https') {
|
||||
$response->addHeader('Strict-Transport-Security', 'max-age=' . (60 * 60 * 24 * 126)); // 126 days
|
||||
}
|
||||
|
||||
var_dump('refDomain='.$refDomain);
|
||||
$response
|
||||
->addHeader('Server', 'Appwrite')
|
||||
->addHeader('X-Content-Type-Options', 'nosniff')
|
||||
|
|
|
|||
Loading…
Reference in a new issue