File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
javascript/ql/src/Security Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Set the <code>httpOnly</code> flag on all cookies that are not needed by the cli
21
21
<example >
22
22
<p >
23
23
The following example stores an authentication token in a cookie that can
24
- viewed by the client.
24
+ be viewed by the client.
25
25
</p >
26
26
<sample src =" examples/ClientExposedCookieGood.js" />
27
27
<p >
@@ -34,7 +34,7 @@ attribute on the cookie.
34
34
<references >
35
35
<li >ExpressJS: <a href =" https://expressjs.com/en/advanced/best-practice-security.html#use-cookies-securely" >Use cookies securely</a >.</li >
36
36
<li >OWASP: <a href =" https://cheatsheetseries.owasp.org/cheatsheets/Nodejs_Security_Cheat_Sheet.html#set-cookie-flags-appropriately" >Set cookie flags appropriately</a >.</li >
37
- <li ><a href =" https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie" >Set-Cookie</a >.</li >
37
+ <li >Mozilla: <a href =" https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie" >Set-Cookie</a >.</li >
38
38
</references >
39
39
40
40
</qhelp >
Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ attribute on the cookie.
33
33
<references >
34
34
<li >ExpressJS: <a href =" https://expressjs.com/en/advanced/best-practice-security.html#use-cookies-securely" >Use cookies securely</a >.</li >
35
35
<li >OWASP: <a href =" https://cheatsheetseries.owasp.org/cheatsheets/Nodejs_Security_Cheat_Sheet.html#set-cookie-flags-appropriately" >Set cookie flags appropriately</a >.</li >
36
- <li ><a href =" https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie" >Set-Cookie</a >.</li >
36
+ <li >Mozilla: <a href =" https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie" >Set-Cookie</a >.</li >
37
37
</references >
38
38
</qhelp >
You can’t perform that action at this time.
0 commit comments