File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ How to force HTTPS or HTTP for Different URLs
5
5
=============================================
6
6
7
7
You can force areas of your site to use the ``HTTPS `` protocol in the security
8
- config. This is done through the ``access_control `` rules using the ``requires_channel ``
8
+ config. This is done through the ``access_control `` rules, using the ``requires_channel ``
9
9
option. For example, if you want to force all URLs starting with ``/secure ``
10
10
to use ``HTTPS `` then you could use the following configuration:
11
11
@@ -33,7 +33,7 @@ to use ``HTTPS`` then you could use the following configuration:
33
33
),
34
34
),
35
35
36
- The login form itself needs to allow anonymous access otherwise users will
36
+ The login form itself needs to allow anonymous access, otherwise users will
37
37
be unable to authenticate. To force it to use ``HTTPS `` you can still use
38
38
``access_control `` rules by using the ``IS_AUTHENTICATED_ANONYMOUSLY ``
39
39
role:
You can’t perform that action at this time.
0 commit comments