Skip to content

Commit

Permalink
Add note on cms.linkPolicy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers authored Jan 25, 2024
1 parent 6bec5ed commit 9a86cfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/cms.php
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,10 @@
| insecure - detect hostname and force HTTP schema
| force - force hostname and schema using app.url config value
|
| NOTE: force will ensure that the app.url value is used as the host for
| urls generated through the URL helpers which might have unintended
| consequences for projects that support multiple hostnames.
|
*/

'linkPolicy' => env('LINK_POLICY', 'detect'),
Expand Down

0 comments on commit 9a86cfa

Please sign in to comment.