Skip to content

Commit 183724a

Browse files
committed
adding new https resource
1 parent 75322bb commit 183724a

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2013-12-16T11:30:49Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2013-12-22T10:35:39Z</updated></feed>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ <h2>Key Terms</h2>
486486
</div>
487487
<div class="section" id="website-security-resources">
488488
<h2>Website Security Resources</h2>
489+
<p><a class="reference external" href="http://erik.io/blog/2013/06/08/a-basic-guide-to-when-and-how-to-deploy-https/">When and How to Deploy HTTPS</a></p>
489490
<p><a class="reference external" href="http://spenserj.com/blog/2013/07/15/securing-a-linux-server/">Securing a Linux Server</a></p>
490491
<p><a class="reference external" href="http://arstechnica.com/security/2013/02/securing-your-website-a-tough-job-but-someones-got-to-do-it/">Securing Your Website</a></p>
491492
<p><a class="reference external" href="http://blog.hartleybrody.com/https-certificates/">How HTTPS Secures Connections: What Every Web Dev Should Know</a></p>

pages/website-security.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ <h2>Key Terms</h2>
6060
</div>
6161
<div class="section" id="website-security-resources">
6262
<h2>Website Security Resources</h2>
63+
<p><a class="reference external" href="http://erik.io/blog/2013/06/08/a-basic-guide-to-when-and-how-to-deploy-https/">When and How to Deploy HTTPS</a></p>
6364
<p><a class="reference external" href="http://spenserj.com/blog/2013/07/15/securing-a-linux-server/">Securing a Linux Server</a></p>
6465
<p><a class="reference external" href="http://arstechnica.com/security/2013/02/securing-your-website-a-tough-job-but-someones-got-to-do-it/">Securing Your Website</a></p>
6566
<p><a class="reference external" href="http://blog.hartleybrody.com/https-certificates/">How HTTPS Secures Connections: What Every Web Dev Should Know</a></p>

source/content/pages/website-security.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ page but only a logged in user can access an application's "account" screen.
1919

2020
Website Security Resources
2121
--------------------------
22+
`When and How to Deploy HTTPS <http://erik.io/blog/2013/06/08/a-basic-guide-to-when-and-how-to-deploy-https/>`_
23+
2224
`Securing a Linux Server <http://spenserj.com/blog/2013/07/15/securing-a-linux-server/>`_
2325

2426
`Securing Your Website <http://arstechnica.com/security/2013/02/securing-your-website-a-tough-job-but-someones-got-to-do-it/>`_

0 commit comments

Comments
 (0)