use https:// rather than // for link urls
authorAndrew Engelbrecht <andrew@fsf.org>
Fri, 9 Jul 2021 16:41:08 +0000 (12:41 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Fri, 9 Jul 2021 16:41:08 +0000 (12:41 -0400)
this allows us to view more of the assets when opening up each page in a
browser, without using a web server. previously, with the //... urls and
pages open as file://..., the links would break. we have no need for //
because we have standardized on https for most of our sites, including
static.fsf.org and weblabels.fsf.org. // is only useful if we want to
use http rather than https some of the time.

en/confirmation.html
en/index.html
en/infographic.html
en/next_steps.html
en/workshops.html

index 40685a18f57bbb835df65e3cfed3c8150945707d..f89bcba5e23d7737977bb63cd5040131dbaa45c5 100644 (file)
@@ -10,12 +10,12 @@ email, Enigmail" />
 rights and makes free speech risky. This guide will teach you email
 self-defense in 40 minutes with GnuPG." />
 <meta name="viewport" content="width=device-width, initial-scale=1" />
-<link rel="stylesheet" href="//static.fsf.org/nosvn/enc-dev0/css/main.css" />
+<link rel="stylesheet" href="https://static.fsf.org/nosvn/enc-dev0/css/main.css" />
 <link rel="shortcut icon"
-href="//static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
+href="https://static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/2021fundraiser-spring/" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe><div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>
+<body><iframe src="https://static.fsf.org/nosvn/banners/2021fundraiser-spring/" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe><div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>
 
 <header class="row centered" id="header"><div>
 
@@ -28,18 +28,18 @@ to be added manually.</p>
 <br />
 
 <p><img
-src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/section3-try-it-out.png"
+src="https://static.fsf.org/nosvn/enc-dev0/img/en/screenshots/section3-try-it-out.png"
 alt="Try it out." /></p><br />
 
 <p>Join us on microblogging services for day-to-day updates:</p>
 
 <p style="font-size:150%"><a href="https://status.fsf.org/fsf"><img
-src="//static.fsf.org/nosvn/enc-dev0/img/gnu-social.png"
+src="https://static.fsf.org/nosvn/enc-dev0/img/gnu-social.png"
 class="share-logo"
 alt="[GNU Social]" />
 &nbsp;GNU Social</a>&nbsp; |&nbsp;
 <a href="https://hostux.social/@fsf"><img
-src="//static.fsf.org/nosvn/enc-dev0/img/mastodon.png"
+src="https://static.fsf.org/nosvn/enc-dev0/img/mastodon.png"
 class="share-logo"
 alt="[Mastodon]" />
 &nbsp;Mastodon</a>&nbsp; |&nbsp;
@@ -61,7 +61,7 @@ href="index.html">Email Self-Defense</a></p>
 
 <h4><a href="https://u.fsf.org/ys"><img
 alt="Free Software Foundation"
-src="//static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png" /></a></h4>
+src="https://static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png" /></a></h4>
 
 <p>Copyright &copy; 2014-2021 <a
 href="https://u.fsf.org/ys">Free Software Foundation</a>, Inc. <a
@@ -96,22 +96,22 @@ messages.</p>
 
 <p>This site uses the Weblabels standard for labeling <a
 href="https://www.fsf.org/campaigns/freejs">free JavaScript</a>. View
-the JavaScript <a href="//weblabels.fsf.org/emailselfdefense.fsf.org/"
+the JavaScript <a href="https://weblabels.fsf.org/emailselfdefense.fsf.org/"
 rel="jslicense">source code and license information</a>.</p>
 
 </div><!-- /#copyright -->
 
 <p class="credits">Infographic and guide design by <a rel="external"
 href="http://jplusplus.org"><strong>Journalism++</strong><img
-src="//static.fsf.org/nosvn/enc-dev0/img/jplusplus.png"
+src="https://static.fsf.org/nosvn/enc-dev0/img/jplusplus.png"
 alt="Journalism++" /></a></p><!-- /.credits -->
 </div></footer><!-- End #footer -->
 
 
 <script type="text/javascript"
-src="//static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
+src="https://static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
 <script type="text/javascript"
-src="//static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
+src="https://static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
 <!-- Piwik -->
 <script type="text/javascript">
   // @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-2.0-or-later
index 6d7c91cc8214b7931ca41ffd53da450670ad68d3..834021a9a6a58336c03c1054ccc851403b3e0e3e 100644 (file)
@@ -10,12 +10,12 @@ email, security, GnuPG2" />
 rights and makes free speech risky. This guide will teach you email
 self-defense in 40 minutes with GnuPG." />
 <meta name="viewport" content="width=device-width, initial-scale=1" />
-<link rel="stylesheet" href="//static.fsf.org/nosvn/enc-dev0/css/main.css" />
+<link rel="stylesheet" href="https://static.fsf.org/nosvn/enc-dev0/css/main.css" />
 <link rel="shortcut icon"
-href="//static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
+href="https://static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/2021fundraiser-spring/" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body><iframe src="https://static.fsf.org/nosvn/banners/2021fundraiser-spring/" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>-->
 
 <!-- PLACE FUNDRAISER MODAL WINDOW HERE -->
@@ -473,13 +473,13 @@ window.addEventListener("keydown",  function  (event)  {
 <li class="spacer"><a
 href="https://fsf.org/share?u=https://u.fsf.org/zb&amp;t=Email encryption for everyone via %40fsf">
 Share&nbsp;
-<img src="//static.fsf.org/nosvn/enc-dev0/img/gnu-social.png" class="share-logo"
+<img src="https://static.fsf.org/nosvn/enc-dev0/img/gnu-social.png" class="share-logo"
 alt="[GNU Social]" />&nbsp;
-<img src="//static.fsf.org/nosvn/enc-dev0/img/mastodon.png" class="share-logo"
+<img src="https://static.fsf.org/nosvn/enc-dev0/img/mastodon.png" class="share-logo"
 alt="[Mastodon]" />&nbsp;
-<img src="//static.fsf.org/nosvn/enc-dev0/img/reddit-alien.png" class="share-logo"
+<img src="https://static.fsf.org/nosvn/enc-dev0/img/reddit-alien.png" class="share-logo"
 alt="[Reddit]" />&nbsp;
-<img src="//static.fsf.org/nosvn/enc-dev0/img/hacker-news.png" class="share-logo"
+<img src="https://static.fsf.org/nosvn/enc-dev0/img/hacker-news.png" class="share-logo"
 alt="[Hacker News]" /></a></li>
 </ul>
 
@@ -488,7 +488,7 @@ alt="[Hacker News]" /></a></li>
 
 <h3><a href="http://u.fsf.org/ys"><img
 alt="Free Software Foundation"
-src="//static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png" />
+src="https://static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png" />
 </a></h3>
 
 <div class="fsf-emphasis">
@@ -505,7 +505,7 @@ the world taking the first step towards protecting their privacy.</strong></p>
 <p><a
 href="https://crm.fsf.org/civicrm/contribute/transact?reset=1&amp;id=14&amp;mtm_campaign=email_self_defense&amp;mtm_kwd=guide_donate"><img
 alt="Donate"
-src="//static.fsf.org/nosvn/enc-dev0/img/en/donate.png" /></a></p>
+src="https://static.fsf.org/nosvn/enc-dev0/img/en/donate.png" /></a></p>
 
 </div><!-- End #fsf-intro -->
 
@@ -513,7 +513,7 @@ src="//static.fsf.org/nosvn/enc-dev0/img/en/donate.png" /></a></p>
 <div class="intro">
 
 <p><a id="infographic" href="infographic.html"><img
-src="//static.fsf.org/nosvn/enc-dev0/img/en/infographic-button.png"
+src="https://static.fsf.org/nosvn/enc-dev0/img/en/infographic-button.png"
 alt="View &amp; share our infographic &rarr;" /></a>
 Bulk surveillance violates our fundamental rights and makes free speech
 risky. This guide will teach you a basic surveillance self-defense skill: email
@@ -569,7 +569,7 @@ href="#section2">Step 2</a>.</p>
 <div class="sidebar">
 
 <p><img
-src="//static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step1a-install-wizard.png"
+src="https://static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step1a-install-wizard.png"
 alt="Step 1.A: Install Wizard" /></p>
 
 </div><!-- /.sidebar -->
@@ -676,7 +676,7 @@ is the program that implements the standard. Most email programs provide an inte
 <div class="section-intro">
 
 <h2><em>#2</em> Make your keys</h2>
-<p><img style="float:right; width:400px; margin-bottom:20px;" src="//static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step2a-01-make-keypair.png" alt="A robot with a head shaped like a key holding a private and a public key"/></p>
+<p><img style="float:right; width:400px; margin-bottom:20px;" src="https://static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step2a-01-make-keypair.png" alt="A robot with a head shaped like a key holding a private and a public key"/></p>
 
 <p>To use the GnuPG system, you'll need a public key and a private key (known
 together as a keypair). Each is a long string of randomly generated numbers
@@ -705,11 +705,11 @@ discuss this more in the next section.</p>
 <div id="step-2a" class="step">
 <div class="sidebar">
 <p><img
-src="//static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step2a-02-make-keypair.png"
+src="https://static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step2a-02-make-keypair.png"
 alt="Step 2.A: Make your Keypair" text="Make a keypair" /></p>
 <br />
 <p><img
-src="//static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step2a-03-make-keypair.png"
+src="https://static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step2a-03-make-keypair.png"
 alt="Step 2.A: Set your passphrase" /></p>
 <br />
 
@@ -806,7 +806,7 @@ provide good guides for setting up a secure subkey configuration.</dd>
 <div id="step-2b" class="step">
 <div class="sidebar">
 <p><img
-src="//static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step2b-04-upload-and-certificate.png"
+src="https://static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step2b-04-upload-and-certificate.png"
 alt="Step 2.B: Send to server and generate a certificate" /></p>
 
 </div><!-- /.sidebar -->
@@ -926,16 +926,16 @@ Because this is your key, you should choose <text style="color:#2f5faa; font-fam
 <div id="step-3a" class="step">
 <div class="sidebar">
 
-<p><img src="//static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step3a-open-key-manager.png"
+<p><img src="https://static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step3a-open-key-manager.png"
 alt="Step 3.A: Thunderbird Menu" /></p>
 <br />
-<p><img src="//static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step3a-import-from-file.png"
+<p><img src="https://static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step3a-import-from-file.png"
 alt="Step 3.A: Import From File" /></p>
 <br />
-<p><img src="//static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step3a-success.png"
+<p><img src="https://static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step3a-success.png"
 alt="Step 3.A: Success" /></p>
 <br />
-<p><img src="//static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step3a-troubleshoot.png"
+<p><img src="https://static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step3a-troubleshoot.png"
 alt="Step 3.A: Troubleshoot" /></p>
 </div><!-- /.sidebar -->
 <div class="main">
@@ -980,7 +980,7 @@ page</a>.</dd>
 <div class="section-intro">
 
 <h2><em>#4</em> Try it out!</h2>
-<p><img style="float:right; width:250px; margin-bottom:20px;" src="//static.fsf.org/nosvn/enc-dev1/img/en/screenshots/section3-try-it-out.png" alt="Illustration of a person in a house with a cat connected to a server"/></p>
+<p><img style="float:right; width:250px; margin-bottom:20px;" src="https://static.fsf.org/nosvn/enc-dev1/img/en/screenshots/section3-try-it-out.png" alt="Illustration of a person in a house with a cat connected to a server"/></p>
 <p>Now you'll try a test correspondence with a computer program named Edward,
 who knows how to use encryption. Except where noted, these are the same
 steps you'd follow when corresponding with a real, live person.</p>
@@ -996,7 +996,7 @@ testing with Edward.</p> -->
 <div class="sidebar">
 
 <p><img
-src="//static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step4a-send-key-to-Edward.png"
+src="https://static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step4a-send-key-to-Edward.png"
 alt="Step 4.A Send key to Edward." /></p>
 
 </div><!-- /.sidebar -->
@@ -1032,12 +1032,12 @@ before using your private key to decrypt it.</p>
 <div class="sidebar">
 
 <p><img
-src="//static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step4b-option1-verify-key.png"
+src="https://static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step4b-option1-verify-key.png"
 alt="Step 4.B Option 1. Verify key" /></p>
 
 <br />
 <p><img
-src="//static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step4b-option2-import-key.png"
+src="https://static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step4b-option2-import-key.png"
 alt="Step 4.B Option 2. Import key" /></p>
 </div><!-- /.sidebar -->
 
@@ -1145,7 +1145,7 @@ Text.</p>
 <div class="sidebar">
 
 <p><img
-src="//static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step4c-Edward-response.png"
+src="https://static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step4c-Edward-response.png"
 alt="Step 4.C Edward's response" /></p>
 
 </div><!-- /.sidebar -->
@@ -1230,7 +1230,7 @@ then it will use your private key to decrypt it.</p>
 <div class="section-intro">
 
 <h2><em>#5</em> Learn the Web of Trust</h2>
-<p><img style="float:right; width:250px; margin-bottom:20px;" src="//static.fsf.org/nosvn/enc-dev1/img/en/screenshots/section4-web-of-trust.png" alt="Illustration of keys all interconnected with a web of lines"/></p>
+<p><img style="float:right; width:250px; margin-bottom:20px;" src="https://static.fsf.org/nosvn/enc-dev1/img/en/screenshots/section4-web-of-trust.png" alt="Illustration of keys all interconnected with a web of lines"/></p>
 
 <p>Email encryption is a powerful technology, but it has a weakness;
 it requires a way to verify that a person's public key is actually
@@ -1260,7 +1260,7 @@ connected to each other by chains of trust expressed through signatures.</p>
 <div class="sidebar">
 
 <p><img
-src="//static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step5a-key-properties.png"
+src="https://static.fsf.org/nosvn/enc-dev1/img/en/screenshots/step5a-key-properties.png"
 alt="Section 5: trusting a key" /></p>
 
 </div><!-- /.sidebar -->
@@ -1377,7 +1377,7 @@ and damage the Web of Trust.</p>
 <div class="sidebar">
 
 <p><img
-src="//static.fsf.org/nosvn/enc-dev1/img/en/screenshots/section5-01-use-it-well.png"
+src="https://static.fsf.org/nosvn/enc-dev1/img/en/screenshots/section5-01-use-it-well.png"
 alt="Section 6: Use it Well (1)" /></p>
 
 </div><!-- /.sidebar -->
@@ -1409,7 +1409,7 @@ nice to also include a link to this guide in your standard email signature
 <div class="sidebar">
 
 <p><img
-src="//static.fsf.org/nosvn/enc-dev1/img/en/screenshots/section5-02-use-it-well.png"
+src="https://static.fsf.org/nosvn/enc-dev1/img/en/screenshots/section5-02-use-it-well.png"
 alt="Section 6: Use it Well (2)" /></p>
 
 </div><!-- /.sidebar -->
@@ -1549,7 +1549,7 @@ default program and I don't want it to be.</dt>
 
 <h4><a href="https://u.fsf.org/ys"><img
 alt="Free Software Foundation"
-src="//static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png" /></a></h4>
+src="https://static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png" /></a></h4>
 
 <p>Copyright &copy; 2014-2021 <a
 href="https://u.fsf.org/ys">Free Software Foundation</a>, Inc. <a
@@ -1584,22 +1584,22 @@ messages.</p>
 
 <p>This site uses the Weblabels standard for labeling <a
 href="https://www.fsf.org/campaigns/freejs">free JavaScript</a>. View
-the JavaScript <a href="//weblabels.fsf.org/emailselfdefense.fsf.org/"
+the JavaScript <a href="https://weblabels.fsf.org/emailselfdefense.fsf.org/"
 rel="jslicense">source code and license information</a>.</p>
 
 </div><!-- /#copyright -->
 
 <p class="credits">Infographic and guide design by <a rel="external"
 href="http://jplusplus.org"><strong>Journalism++</strong><img
-src="//static.fsf.org/nosvn/enc-dev0/img/jplusplus.png"
+src="https://static.fsf.org/nosvn/enc-dev0/img/jplusplus.png"
 alt="Journalism++" /></a></p><!-- /.credits -->
 </div></footer><!-- End #footer -->
 
 
 <script type="text/javascript"
-src="//static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
+src="https://static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
 <script type="text/javascript"
-src="//static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
+src="https://static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
 <!-- Piwik -->
 <script type="text/javascript">
   // @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-2.0-or-later
index e99561c88f2824c37af95a80b5e30a5b746b8881..880ffe3ccfb1d26688a90438f49d0111bc585038 100644 (file)
@@ -10,12 +10,12 @@ email, Enigmail" />
 rights and makes free speech risky. This guide will teach you email
 self-defense in 40 minutes with GnuPG." />
 <meta name="viewport" content="width=device-width, initial-scale=1" />
-<link rel="stylesheet" href="//static.fsf.org/nosvn/enc-dev0/css/main.css" />
+<link rel="stylesheet" href="https://static.fsf.org/nosvn/enc-dev0/css/main.css" />
 <link rel="shortcut icon"
-href="//static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
+href="https://static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/2021fundraiser-spring/" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe><div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>
+<body><iframe src="https://static.fsf.org/nosvn/banners/2021fundraiser-spring/" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe><div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>
 
 <header class="row centered" id="header"><div>
 
@@ -24,19 +24,19 @@ href="//static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
 <h3><a
 href="https://fsf.org/share?u=https://u.fsf.org/zc&amp;t=How&nbsp;public-key
 encryption works. Infographic via %40fsf"><img
-src="//static.fsf.org/nosvn/enc-dev0/img/gnu-social.png"
+src="https://static.fsf.org/nosvn/enc-dev0/img/gnu-social.png"
 class="share-logo"
 alt="[GNU Social]" />&nbsp;
 <img
-src="//static.fsf.org/nosvn/enc-dev0/img/mastodon.png"
+src="https://static.fsf.org/nosvn/enc-dev0/img/mastodon.png"
 class="share-logo"
 alt="[Mastodon]" />&nbsp;
 <img
-src="//static.fsf.org/nosvn/enc-dev0/img/reddit-alien.png"
+src="https://static.fsf.org/nosvn/enc-dev0/img/reddit-alien.png"
 class="share-logo"
 alt="[Reddit]" />&nbsp;
 <img
-src="//static.fsf.org/nosvn/enc-dev0/img/hacker-news.png"
+src="https://static.fsf.org/nosvn/enc-dev0/img/hacker-news.png"
 class="share-logo"
 alt="[Hacker News]" />&nbsp;
 Share our infographic
@@ -45,7 +45,7 @@ with the hashtag #EmailSelfDefense
 </h3>
 
 <p><img
-src="//static.fsf.org/nosvn/enc-dev1/img/en/full-infographic.png"
+src="https://static.fsf.org/nosvn/enc-dev1/img/en/full-infographic.png"
 alt="View &amp; share our infographic" /></p>
 
 <p class="back">&larr; Read the <a href="index.html">full guide</a></p>
@@ -58,7 +58,7 @@ alt="View &amp; share our infographic" /></p>
 
 <h4><a href="https://u.fsf.org/ys"><img
 alt="Free Software Foundation"
-src="//static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png" /></a></h4>
+src="https://static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png" /></a></h4>
 
 <p>Copyright &copy; 2014-2021 <a
 href="https://u.fsf.org/ys">Free Software Foundation</a>, Inc. <a
@@ -93,22 +93,22 @@ messages.</p>
 
 <p>This site uses the Weblabels standard for labeling <a
 href="https://www.fsf.org/campaigns/freejs">free JavaScript</a>. View
-the JavaScript <a href="//weblabels.fsf.org/emailselfdefense.fsf.org/"
+the JavaScript <a href="https://weblabels.fsf.org/emailselfdefense.fsf.org/"
 rel="jslicense">source code and license information</a>.</p>
 
 </div><!-- /#copyright -->
 
 <p class="credits">Infographic and guide design by <a rel="external"
 href="http://jplusplus.org"><strong>Journalism++</strong><img
-src="//static.fsf.org/nosvn/enc-dev0/img/jplusplus.png"
+src="https://static.fsf.org/nosvn/enc-dev0/img/jplusplus.png"
 alt="Journalism++" /></a></p><!-- /.credits -->
 </div></footer><!-- End #footer -->
 
 
 <script type="text/javascript"
-src="//static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
+src="https://static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
 <script type="text/javascript"
-src="//static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
+src="https://static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
 <!-- Piwik -->
 <script type="text/javascript">
   // @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-2.0-or-later
index 6f5d783e1643db2bb18ef270407c25b55976b06c..ce90dae0ad00f14227c7fd3c715e86c11f428c79 100644 (file)
@@ -10,12 +10,12 @@ email, encryption" />
 rights and makes free speech risky. This guide will teach you email
 self-defense in 40 minutes with GnuPG." />
 <meta name="viewport" content="width=device-width, initial-scale=1" />
-<link rel="stylesheet" href="//static.fsf.org/nosvn/enc-dev0/css/main.css" />
+<link rel="stylesheet" href="https://static.fsf.org/nosvn/enc-dev0/css/main.css" />
 <link rel="shortcut icon"
-href="//static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
+href="https://static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/2021fundraiser-spring/" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe><div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>
+<body><iframe src="https://static.fsf.org/nosvn/banners/2021fundraiser-spring/" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe><div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>
 
 <!-- ~~~~~~~~~ GnuPG Header and introduction text ~~~~~~~~~ -->
 <header class="row" id="header"><div>
@@ -43,7 +43,7 @@ of the work you've done.</p>
 <div class="sidebar">
 
 <p><a id="infographic" href="infographic.html"><img
-src="//static.fsf.org/nosvn/enc-dev0/img/en/infographic-button.png"
+src="https://static.fsf.org/nosvn/enc-dev0/img/en/infographic-button.png"
 alt="View &amp; share our infographic &rarr;" /></a></p>
 
 </div><!-- /.sidebar -->
@@ -58,12 +58,12 @@ the Free Software Foundation's community to meet like-minded people and work
 together for change.</p>
 
 <p style="font-size:150%"><a href="https://status.fsf.org/fsf"><img
-src="//static.fsf.org/nosvn/enc-dev0/img/gnu-social.png"
+src="https://static.fsf.org/nosvn/enc-dev0/img/gnu-social.png"
 class="share-logo"
 alt="[GNU Social]" />
 &nbsp;GNU Social</a>&nbsp; |&nbsp;
 <a href="https://hostux.social/@fsf"><img
-src="//static.fsf.org/nosvn/enc-dev0/img/mastodon.png"
+src="https://static.fsf.org/nosvn/enc-dev0/img/mastodon.png"
 class="share-logo"
 alt="[Mastodon]" />
 &nbsp;Mastodon</a>&nbsp; |&nbsp;
@@ -183,7 +183,7 @@ you secure.</p>
 <div class="sidebar">
 
 <p><img
-src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/section6-next-steps.png"
+src="https://static.fsf.org/nosvn/enc-dev0/img/en/screenshots/section6-next-steps.png"
 alt="Section 6: Next Steps" /></p><br />
 
 <p class="back" style="text-align:center">&larr; <a href="index.html">Return
@@ -209,7 +209,7 @@ improving Email Self-Defense, and make more tools like it.</p>
 <p><a
 href="https://crm.fsf.org/civicrm/contribute/transact?reset=1&amp;id=14&amp;mtm_campaign=email_self_defense&amp;mtm_kwd=guide_donate"><img
 alt="Donate"
-src="//static.fsf.org/nosvn/enc-dev0/img/en/donate.png" /></a></p>
+src="https://static.fsf.org/nosvn/enc-dev0/img/en/donate.png" /></a></p>
 
 <br />
 </div><!-- End .main -->
@@ -263,7 +263,7 @@ default program and I don't want it to be.</dt>
 
 <h4><a href="https://u.fsf.org/ys"><img
 alt="Free Software Foundation"
-src="//static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png" /></a></h4>
+src="https://static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png" /></a></h4>
 
 <p>Copyright &copy; 2014-2021 <a
 href="https://u.fsf.org/ys">Free Software Foundation</a>, Inc. <a
@@ -298,22 +298,22 @@ messages.</p>
 
 <p>This site uses the Weblabels standard for labeling <a
 href="https://www.fsf.org/campaigns/freejs">free JavaScript</a>. View
-the JavaScript <a href="//weblabels.fsf.org/emailselfdefense.fsf.org/"
+the JavaScript <a href="https://weblabels.fsf.org/emailselfdefense.fsf.org/"
 rel="jslicense">source code and license information</a>.</p>
 
 </div><!-- /#copyright -->
 
 <p class="credits">Infographic and guide design by <a rel="external"
 href="http://jplusplus.org"><strong>Journalism++</strong><img
-src="//static.fsf.org/nosvn/enc-dev0/img/jplusplus.png"
+src="https://static.fsf.org/nosvn/enc-dev0/img/jplusplus.png"
 alt="Journalism++" /></a></p><!-- /.credits -->
 </div></footer><!-- End #footer -->
 
 
 <script type="text/javascript"
-src="//static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
+src="https://static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
 <script type="text/javascript"
-src="//static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
+src="https://static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
 <!-- Piwik -->
 <script type="text/javascript">
   // @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-2.0-or-later
index bfb0563e0ed0cd1cfc7442b58cf5696e33612715..5c58f7c605a05fb6314b451be95d913009e59b15 100644 (file)
@@ -10,12 +10,12 @@ email, Enigmail" />
 rights and makes free speech risky. This guide will teach you email
 self-defense in 40 minutes with GnuPG." />
 <meta name="viewport" content="width=device-width, initial-scale=1" />
-<link rel="stylesheet" href="//static.fsf.org/nosvn/enc-dev0/css/main.css" />
+<link rel="stylesheet" href="https://static.fsf.org/nosvn/enc-dev0/css/main.css" />
 <link rel="shortcut icon"
-href="//static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
+href="https://static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/2021fundraiser-spring/" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe><div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>
+<body><iframe src="https://static.fsf.org/nosvn/banners/2021fundraiser-spring/" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe><div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>
 
 <!-- ~~~~~~~~~ GnuPG Header and introduction text ~~~~~~~~~ -->
 <header class="row" id="header"><div>
@@ -52,16 +52,16 @@ href="//static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
 <li><a href="https://fsf.org/share?u=https://u.fsf.org/zb&amp;t=Email
 encryption for everyone via %40fsf">Share&nbsp;
 <img
-src="//static.fsf.org/nosvn/enc-dev0/img/gnu-social.png" class="share-logo"
+src="https://static.fsf.org/nosvn/enc-dev0/img/gnu-social.png" class="share-logo"
 alt="[GNU Social]" />&nbsp;
 <img
-src="//static.fsf.org/nosvn/enc-dev0/img/mastodon.png" class="share-logo"
+src="https://static.fsf.org/nosvn/enc-dev0/img/mastodon.png" class="share-logo"
 alt="[Mastodon]" />&nbsp;
 <img
-src="//static.fsf.org/nosvn/enc-dev0/img/reddit-alien.png" class="share-logo"
+src="https://static.fsf.org/nosvn/enc-dev0/img/reddit-alien.png" class="share-logo"
 alt="[Reddit]" />&nbsp;
 <img
-src="//static.fsf.org/nosvn/enc-dev0/img/hacker-news.png" class="share-logo"
+src="https://static.fsf.org/nosvn/enc-dev0/img/hacker-news.png" class="share-logo"
 alt="[Hacker News]" />
 </a></li>
 </ul>
@@ -71,7 +71,7 @@ alt="[Hacker News]" />
 
 <h3><a href="http://u.fsf.org/ys"><img
 alt="Free Software Foundation"
-src="//static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png" />
+src="https://static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png" />
 </a></h3>
 
 <div class="fsf-emphasis">
@@ -86,7 +86,7 @@ step towards protecting their privacy with free software.</p>
 <p><a
 href="https://crm.fsf.org/civicrm/contribute/transact?reset=1&amp;id=14&amp;pk_campaign=email_self_defense&amp;pk_kwd=guide_donate"><img
 alt="Donate"
-src="//static.fsf.org/nosvn/enc-dev0/img/en/donate.png" /></a></p>
+src="https://static.fsf.org/nosvn/enc-dev0/img/en/donate.png" /></a></p>
 
 </div><!-- End #fsf-intro -->
 
@@ -95,7 +95,7 @@ src="//static.fsf.org/nosvn/enc-dev0/img/en/donate.png" /></a></p>
 
 <p><a id="infographic"
 href="https://emailselfdefense.fsf.org/en/infographic.html"><img
-src="//static.fsf.org/nosvn/enc-dev0/img/en/infographic-button.png"
+src="https://static.fsf.org/nosvn/enc-dev0/img/en/infographic-button.png"
 alt="View &amp; share our infographic →" /></a>
 Understanding and setting up email encryption sounds like a daunting task
 to many people. That's why helping your friends with GnuPG plays such an
@@ -116,7 +116,7 @@ receive encrypted email, you're a perfect candidate for leading a workshop!</p>
 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
 <div class="section-intro">
 <p style="margin-top: 0px;" class="image"><img
-src="//static.fsf.org/nosvn/enc-dev1/img/en/screenshots/workshop-section1-update.png"
+src="https://static.fsf.org/nosvn/enc-dev1/img/en/screenshots/workshop-section1-update.png"
 alt="A small workshop among friends" /></p>
 <h2><em>#1</em> Get your friends or community interested </h2>
 
@@ -136,7 +136,7 @@ your community:</p>
 <!-- Workshops image commented out from here, to be used above instead.
 
 <p><img id="workshops-image"
-src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/workshop-section1.png"
+src="https://static.fsf.org/nosvn/enc-dev0/img/en/screenshots/workshop-section1.png"
 alt="Workshop icon"></p>-->
 </div><!-- /.sidebar -->
 <div class="main">
@@ -327,7 +327,7 @@ let us know at <a href="mailto:campaigns@fsf.org">campaigns@fsf.org</a>.</p>
 
 <h4><a href="https://u.fsf.org/ys"><img
 alt="Free Software Foundation"
-src="//static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png" /></a></h4>
+src="https://static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png" /></a></h4>
 
 <p>Copyright &copy; 2014-2021 <a
 href="https://u.fsf.org/ys">Free Software Foundation</a>, Inc. <a
@@ -362,21 +362,21 @@ messages.</p>
 
 <p>This site uses the Weblabels standard for labeling <a
 href="https://www.fsf.org/campaigns/freejs">free JavaScript</a>. View
-the JavaScript <a href="//weblabels.fsf.org/emailselfdefense.fsf.org/"
+the JavaScript <a href="https://weblabels.fsf.org/emailselfdefense.fsf.org/"
 rel="jslicense">source code and license information</a>.</p>
 
 </div><!-- /#copyright -->
 
 <p class="credits">Infographic and guide design by <a rel="external"
 href="http://jplusplus.org"><strong>Journalism++</strong><img
-src="//static.fsf.org/nosvn/enc-dev0/img/jplusplus.png"
+src="https://static.fsf.org/nosvn/enc-dev0/img/jplusplus.png"
 alt="Journalism++" /></a></p><!-- /.credits -->
 </div></footer><!-- End #footer -->
 
 <script type="text/javascript"
-src="//static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
+src="https://static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
 <script type="text/javascript"
-src="//static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
+src="https://static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
 <!-- Piwik -->
 <script type="text/javascript">
   // @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-2.0-or-later