mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
*** REMOVED RELATIVE LINK POLICY ***
A relative link policy was a bad idea, Laravel/Redirects did not play nicely at all.
This commit is contained in:
parent
fe611b8834
commit
47eff923e5
@ -215,7 +215,6 @@ return array(
|
||||
|
|
||||
| Controls how URL links are generated throughout the application.
|
||||
|
|
||||
| relative - relative to the application, schema and hostname is omitted
|
||||
| detect - detect hostname and use the current schema
|
||||
| secure - detect hostname and force HTTPS schema
|
||||
| insecure - detect hostname and force HTTP schema
|
||||
@ -223,6 +222,6 @@ return array(
|
||||
|
|
||||
*/
|
||||
|
||||
'linkPolicy' => 'relative',
|
||||
'linkPolicy' => 'detect',
|
||||
|
||||
);
|
||||
|
@ -116,7 +116,6 @@ return array(
|
||||
|
|
||||
| Controls how URL links are generated throughout the application.
|
||||
|
|
||||
| relative - relative to the application, schema and hostname is omitted
|
||||
| detect - detect hostname and use the current schema
|
||||
| secure - detect hostname and force HTTPS schema
|
||||
| insecure - detect hostname and force HTTP schema
|
||||
@ -124,5 +123,5 @@ return array(
|
||||
|
|
||||
*/
|
||||
|
||||
'linkPolicy' => 'relative',
|
||||
'linkPolicy' => 'detect',
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user