Skip to content

Commit e331fe1

Browse files
Add '&' to special meaning characters for URL (#8971)
* [10.x] Consider 'Models' folder for the models path usages * Update container.md * Update configuration.md --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent f327fc6 commit e331fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ https://example.com/1630542a-246b-4b66-afa1-dd72a4c43515
264264
When accessing this hidden route, you will then be redirected to the `/` route of the application. Once the cookie has been issued to your browser, you will be able to browse the application normally as if it was not in maintenance mode.
265265

266266
> **Note**
267-
> Your maintenance mode secret should typically consist of alpha-numeric characters and, optionally, dashes. You should avoid using characters that have special meaning in URLs such as `?`.
267+
> Your maintenance mode secret should typically consist of alpha-numeric characters and, optionally, dashes. You should avoid using characters that have special meaning in URLs such as `?` or `&`.
268268
269269
<a name="pre-rendering-the-maintenance-mode-view"></a>
270270
#### Pre-Rendering The Maintenance Mode View

0 commit comments

Comments
 (0)