Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
19aac6a0
Commit
19aac6a0
authored
Jan 16, 2017
by
Thomas Löffler
Browse files
[TASK] Adds Additionalconfiguration sample file
* Adds trusted hosts pattern
parent
19a27190
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/typo3/html/typo3conf/AdditionalConfiguration.sample.php
0 → 100644
View file @
19aac6a0
<?php
/**
* This file is part of the TYPO3 CMS project.
*
* It is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, either version 2
* of the License, or any later version.
*
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* The TYPO3 project - inspiring people to share!
*/
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'SYS'
][
'trustedHostsPattern'
]
=
'ter\.typo3\.127\.0\.0\.1\.xip\.io'
;
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment