Skip to content

Commit 6f22829

Browse files
committed
Add some punctuation here and there.
1 parent 7e4a506 commit 6f22829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/security/force_https.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ How to force HTTPS or HTTP for Different URLs
55
=============================================
66

77
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``
99
option. For example, if you want to force all URLs starting with ``/secure``
1010
to use ``HTTPS`` then you could use the following configuration:
1111

@@ -33,7 +33,7 @@ to use ``HTTPS`` then you could use the following configuration:
3333
),
3434
),
3535
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
3737
be unable to authenticate. To force it to use ``HTTPS`` you can still use
3838
``access_control`` rules by using the ``IS_AUTHENTICATED_ANONYMOUSLY``
3939
role:

0 commit comments

Comments
 (0)