Skip to content

Commit

Permalink
chore(macros/HTTPSidebar): remove Cookie Security link (#9654)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhongyu authored Nov 18, 2023
1 parent 11ce3aa commit 4618778
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kumascript/macros/HTTPSidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var text = mdn.localStringMap({
'ProtocolUpgradeMech': 'Protocol upgrade mechanism',
'CSP': 'Content Security Policy (CSP)'
},
'es': {
'es': {
'HTTP': 'HTTP',
'Basics': 'Fundamentos de HTTP',
'Overview': 'Generalidades de HTTP',
Expand Down Expand Up @@ -321,7 +321,6 @@ var text = mdn.localStringMap({
<ol>
<li><a href="/<%=locale%>/docs/Web/HTTP/CSP"><%=text['CSP']%></a></li>
<li><a href="/<%=locale%>/docs/Web/HTTP/Headers/Strict-Transport-Security">HTTP Strict Transport Security (HSTS)</a></li>
<li><a href="/<%=locale%>/docs/Web/HTTP/Cookies#Secure_and_HttpOnly_cookies">Cookie security</a></li>
<li><a href="/<%=locale%>/docs/Web/HTTP/Headers/X-Content-Type-Options">X-Content-Type-Options</a></li>
<li><a href="/<%=locale%>/docs/Web/HTTP/Headers/X-Frame-Options">X-Frame-Options</a></li>
<li><a href="/<%=locale%>/docs/Web/HTTP/Headers/X-XSS-Protection">X-XSS-Protection</a></li>
Expand Down

0 comments on commit 4618778

Please sign in to comment.