Skip to content

Commit 24cc9f6

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #728
2 parents e9ca038 + 86714ae commit 24cc9f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

symfony/framework-bundle/3.3/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"APP_ENV": "dev",
1616
"APP_SECRET": "%generate(secret)%",
1717
"#TRUSTED_PROXIES": "127.0.0.1,127.0.0.2",
18-
"#TRUSTED_HOSTS": "'^localhost|example\\.com$'"
18+
"#TRUSTED_HOSTS": "'^(localhost|example\\.com)$'"
1919
},
2020
"gitignore": [
2121
"/.env.local",

symfony/framework-bundle/4.2/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"APP_ENV": "dev",
1616
"APP_SECRET": "%generate(secret)%",
1717
"#TRUSTED_PROXIES": "127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16",
18-
"#TRUSTED_HOSTS": "'^localhost|example\\.com$'"
18+
"#TRUSTED_HOSTS": "'^(localhost|example\\.com)$'"
1919
},
2020
"gitignore": [
2121
"/.env.local",

0 commit comments

Comments
 (0)