File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ The code below shows the implementation of the
476
476
477
477
To finish the implementation, the configuration of the security layer must be
478
478
changed to tell Symfony to use the new custom entity provider instead of the
479
- generic Doctrine entity provider. It' s trival to achieve by removing the
479
+ generic Doctrine entity provider. It' s trivial to achieve by removing the
480
480
` ` property` ` field in the ` ` security.providers.administrators.entity` ` section
481
481
of the ` ` security.yml` ` file.
482
482
Original file line number Diff line number Diff line change @@ -196,8 +196,8 @@ cookie_httponly
196
196
197
197
**type **: ``Boolean `` **default **: ``false ``
198
198
199
- This determines whether cookies should only accesible through the HTTP protocol.
200
- This means that the cookie won't be accesible by scripting languages, such
199
+ This determines whether cookies should only accessible through the HTTP protocol.
200
+ This means that the cookie won't be accessible by scripting languages, such
201
201
as JavaScript. This setting can effectively help to reduce identity theft
202
202
through XSS attacks.
203
203
You can’t perform that action at this time.
0 commit comments