Skip to content

Commit

Permalink
fix: HTTPS for mozilla.org links (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Dec 23, 2020
1 parent 841b331 commit 9496777
Show file tree
Hide file tree
Showing 79 changed files with 161 additions and 161 deletions.
Expand Up @@ -79,7 +79,7 @@ <h3 id="Improve_accessibility">Improve accessibility</h3>
&lt;dfn aria-describedby="ff"&gt;Firefox&lt;/dfn&gt;
is the web browser created by the Mozilla Foundation.
&lt;/span&gt;
You can download it at &lt;a href="http://www.mozilla.org"&gt;mozilla.org&lt;/a&gt;
You can download it at &lt;a href="https://www.mozilla.org"&gt;mozilla.org&lt;/a&gt;
&lt;/p&gt;</pre>

<p>Assistive technology can often use this attribute to find a text alternative to a given term. You can use <code>aria-describedby</code> on any tag enclosing a keyword to be defined (not just the <code>&lt;dfn&gt;</code> element). <code>aria-describedby</code> references the {{htmlattrxref('id')}} of the element containing the description.</p>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/mozilla/add-ons/contact_us/index.html
Expand Up @@ -33,7 +33,7 @@ <h3 id="Report_problems">Report problems</h3>

<h4 id="Security_vulnerabilities">Security vulnerabilities</h4>

<p>If you discover an add-on security vulnerability, even if the add-on is not hosted on a Mozilla site, please notify us. We will work with the developer to correct the issue. Please report security vulnerabilities <a href="http://www.mozilla.org/projects/security/security-bugs-policy.html">confidentially </a>in <a href="https://bugzilla.mozilla.org/enter_bug.cgi?product=addons.mozilla.org&amp;component=Add-on%20Security&amp;maketemplate=Add-on%20Security%20Bug&amp;bit-23=1&amp;rep_platform=All&amp;op_sys=All">Bugzilla </a>or by emailing <a href="mailto:amo-admins@mozilla.com">amo-admins@mozilla.com</a>.</p>
<p>If you discover an add-on security vulnerability, even if the add-on is not hosted on a Mozilla site, please notify us. We will work with the developer to correct the issue. Please report security vulnerabilities <a href="https://www.mozilla.org/projects/security/security-bugs-policy.html">confidentially </a>in <a href="https://bugzilla.mozilla.org/enter_bug.cgi?product=addons.mozilla.org&amp;component=Add-on%20Security&amp;maketemplate=Add-on%20Security%20Bug&amp;bit-23=1&amp;rep_platform=All&amp;op_sys=All">Bugzilla </a>or by emailing <a href="mailto:amo-admins@mozilla.com">amo-admins@mozilla.com</a>.</p>

<h4 id="Bugs_on_addons.mozilla.org_AMO">Bugs on addons.mozilla.org (AMO)</h4>

Expand Down
Expand Up @@ -38,6 +38,6 @@ <h2 id="Exporting_Files">Exporting files</h2>
<ul>
<li>Author(s): <a class="link-mailto" href="mailto:akkana@netscape.com">Akkana Peck</a></li>
<li>Last Updated Date: May 28, 2007</li>
<li>Copyright Information: Portions of this content are © 1998–2007 by individual mozilla.org contributors; content available under a Creative Commons license | <a class="external" href="http://www.mozilla.org/foundation/licensing/website-content.html">Details</a>.</li>
<li>Copyright Information: Portions of this content are © 1998–2007 by individual mozilla.org contributors; content available under a Creative Commons license | <a class="external" href="https://www.mozilla.org/foundation/licensing/website-content.html">Details</a>.</li>
</ul>
</div>
Expand Up @@ -45,7 +45,7 @@ <h4 id="Install_target_system_headers_and_libraries">Install target system heade

<p>{{ Note("If your target system uses glibc, you must take special care to modify the local copy of the target\'s <code>/usr/lib/libc.so</code> file (which is actually a script) so that it looks for its files under $xprefix/$target_arch rather than /usr.") }}</p>

<p>If you already have rpms for the target system and rpm installed on the build system, then you can use this <a class="external" href="http://www.mozilla.org/build/setup-xrpms.sh.txt">shortcut script</a> which should install the rpms into $xprefix/$xtarget_arch using rpm2cpio.</p>
<p>If you already have rpms for the target system and rpm installed on the build system, then you can use this <a class="external" href="https://www.mozilla.org/build/setup-xrpms.sh.txt">shortcut script</a> which should install the rpms into $xprefix/$xtarget_arch using rpm2cpio.</p>

<p>Also, if you use Debian or Ubuntu, you can use dpkg-cross, apt-cross or Mutiarch to install the headers and libraries for target system.<br>
<br>
Expand Down Expand Up @@ -118,6 +118,6 @@ <h2 id="Original_Document_Information">Original Document Information</h2>
<ul>
<li>Author(s): <a class="link-mailto" href="mailto:seawood@netscape.com">Chris Seawood</a></li>
<li>Last Updated Date: June 22, 2002</li>
<li>Copyright Information: Portions of this content are © 1998–2007 by individual mozilla.org contributors; content available under a Creative Commons license | <a class="external" href="http://www.mozilla.org/foundation/licensing/website-content.html">Details</a>.</li>
<li>Copyright Information: Portions of this content are © 1998–2007 by individual mozilla.org contributors; content available under a Creative Commons license | <a class="external" href="https://www.mozilla.org/foundation/licensing/website-content.html">Details</a>.</li>
</ul>
</div>
Expand Up @@ -307,7 +307,7 @@ <h3 id="Static_libraries">Static libraries</h3>

<h2 id="Building_jar_files">Building jar files</h2>

<p>jar files are used for packaging chrome files (XUL, JavaScript, and CSS). For more information on jar packaging, see <a href="http://www.mozilla.org/build/jar-packaging.html">this document</a>. Here, we will only cover how to set up a makefile to package jars. Below is an example:</p>
<p>jar files are used for packaging chrome files (XUL, JavaScript, and CSS). For more information on jar packaging, see <a href="https://www.mozilla.org/build/jar-packaging.html">this document</a>. Here, we will only cover how to set up a makefile to package jars. Below is an example:</p>

<pre class="eval"> DEPTH = ../../../..
topsrcdir = @top_srcdir@
Expand Down
Expand Up @@ -19,7 +19,7 @@ <h2 id="This_page_is_about_building_Firefox_Desktop">This page is about building

<p>These build pages are for the projects which use the autoconf-based build system: Firefox, Thunderbird, Mozilla Suite / SeaMonkey, XULRunner, Sunbird, and standalone Composer.</p>

<p>For build information on other Mozilla projects, visit their project or build page: <a class="external" href="http://wiki.caminobrowser.org/Development:Building">Camino</a>, <a href="/en-US/NSPR_build_instructions">NSPR</a>, <a href="/en-US/SpiderMonkey/Build_Documentation">Spidermonkey</a>, <a class="external" href="http://www.mozilla.org/projects/security/pki/nss/">NSS</a>, and <a class="external" href="http://wiki.mozilla.org/LDAP_C_SDK">Directory SDK for C</a>.</p>
<p>For build information on other Mozilla projects, visit their project or build page: <a class="external" href="http://wiki.caminobrowser.org/Development:Building">Camino</a>, <a href="/en-US/NSPR_build_instructions">NSPR</a>, <a href="/en-US/SpiderMonkey/Build_Documentation">Spidermonkey</a>, <a class="external" href="https://www.mozilla.org/projects/security/pki/nss/">NSS</a>, and <a class="external" href="http://wiki.mozilla.org/LDAP_C_SDK">Directory SDK for C</a>.</p>

<p>If you are having build problems, please post questions to the newsgroup <a class="link-news" href="news://news.mozilla.org/mozilla.dev.builds">mozilla.dev.builds</a> (<a class="external" href="http://groups.google.com/group/mozilla.dev.builds">access via Google Groups</a>). Make your post as precise as possible, including details about your operating system, your mozconfig/configure flags, and the precise error you are experiencing.</p>

Expand Down Expand Up @@ -107,6 +107,6 @@ <h2 id="Hacking_the_Build_System">Hacking the Build System</h2>

<ul>
<li><a href="/en-US/docs/Mozilla/Developer_guide/Build_Instructions/How_Mozilla_s_build_system_works">How Mozilla's build system works</a></li>
<li><a class="internal" href="/Special:Tags?tag=Build_Glossary">Build Glossary</a> <a class="external" href="http://www.mozilla.org/build/glossary.html">(old glossary)</a></li>
<li><a class="internal" href="/Special:Tags?tag=Build_Glossary">Build Glossary</a> <a class="external" href="https://www.mozilla.org/build/glossary.html">(old glossary)</a></li>
<li><a href="/en-US/docs/Mozilla/Developer_guide/Build_Instructions">Build and Register Chrome JARs with JAR Manifests</a></li>
</ul>
Expand Up @@ -140,6 +140,6 @@ <h2 id="Original_Document_Information">Original Document Information</h2>
<li>Author(s): Warren Harris</li>
<li>Other Contributors: <a class="link-mailto" href="mailto:benjamin@smedbergs.us">Benjamin Smedberg</a></li>
<li>Last Updated Date: Feb 7, 2005</li>
<li>Copyright Information: Portions of this content are © 1998–2007 by individual mozilla.org contributors; content available under a Creative Commons license | <a class="external" href="http://www.mozilla.org/foundation/licensing/website-content.html">Details</a>.</li>
<li>Copyright Information: Portions of this content are © 1998–2007 by individual mozilla.org contributors; content available under a Creative Commons license | <a class="external" href="https://www.mozilla.org/foundation/licensing/website-content.html">Details</a>.</li>
</ul>
</div>
Expand Up @@ -119,14 +119,14 @@ <h3 id="How_do_I_debug.3F">How do I debug?</h3>

<h3 id="How_do_I_find_out_how_to_do_other_things.3F">How do I find out how to do other things?</h3>

<p>The mozilla-unix alias (see the <a class="external" href="http://www.mozilla.org/community/developer-forums.html">community page</a> to find out how to subscribe or how to read it as a newsgroup) for is a good place to ask questions on the linux build, or you can often find Xheads hanging out on the irc.mozilla.org channel #mozilla.</p>
<p>The mozilla-unix alias (see the <a class="external" href="https://www.mozilla.org/community/developer-forums.html">community page</a> to find out how to subscribe or how to read it as a newsgroup) for is a good place to ask questions on the linux build, or you can often find Xheads hanging out on the irc.mozilla.org channel #mozilla.</p>

<div class="originaldocinfo">
<h2 id="Original_Document_Information">Original Document Information</h2>

<ul>
<li>Last Updated Date: August 15, 2002</li>
<li>Copyright Information: Portions of this content are © 1998–2007 by individual mozilla.org contributors; content available under a Creative Commons license | <a class="external" href="http://www.mozilla.org/foundation/licensing/website-content.html">Details</a>.</li>
<li>Copyright Information: Portions of this content are © 1998–2007 by individual mozilla.org contributors; content available under a Creative Commons license | <a class="external" href="https://www.mozilla.org/foundation/licensing/website-content.html">Details</a>.</li>
</ul>
</div>

Expand Down
Expand Up @@ -35,7 +35,7 @@ <h4 id="Linux.2FGTK2_builds">Linux/GTK2 builds</h4>
/usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-xfer.h:90: error: comma at end of enumerator list</code></li>
</ul>

<p>See <a class="external" href="http://www.mozilla.org/build/release-build-notes-rh8.txt">Red Hat 8 notes</a> for more details.</p>
<p>See <a class="external" href="https://www.mozilla.org/build/release-build-notes-rh8.txt">Red Hat 8 notes</a> for more details.</p>

<h4 id="Mac_OS_X_builds">Mac OS X builds</h4>

Expand All @@ -51,7 +51,7 @@ <h2 id="Original_Document_Information">Original Document Information</h2>
<ul>
<li>Author(s): David Baron</li>
<li>Last Updated Date: February 17, 2006</li>
<li>Copyright Information: Portions of this content are © 1998–2007 by individual mozilla.org contributors; content available under a Creative Commons license | <a class="external" href="http://www.mozilla.org/foundation/licensing/website-content.html">Details</a>.</li>
<li>Copyright Information: Portions of this content are © 1998–2007 by individual mozilla.org contributors; content available under a Creative Commons license | <a class="external" href="https://www.mozilla.org/foundation/licensing/website-content.html">Details</a>.</li>
</ul>
</div>

Expand Down
Expand Up @@ -8,7 +8,7 @@
---
<p>Outdated: last updated in 2005.</p>

<p>This is a checklist used by <code><a class="external" href="http://www.mozilla.org/roadmap.html#project-management">drivers@mozilla.org</a></code> to help ensure that the right things happen before a release, and to give others a rough idea of how our release process works. The build team probably has a separate (and probably better) version of some parts of this list.</p>
<p>This is a checklist used by <code><a class="external" href="https://www.mozilla.org/roadmap.html#project-management">drivers@mozilla.org</a></code> to help ensure that the right things happen before a release, and to give others a rough idea of how our release process works. The build team probably has a separate (and probably better) version of some parts of this list.</p>

<p>If you have additions or suggestions for this list, please note them {{ interwiki('wikimo', 'MozillaReleaseChecklist', 'at the wiki') }} and one of will migrate appropriate additions from there to here.</p>

Expand Down Expand Up @@ -101,18 +101,18 @@ <h3 id="Make_release_builds">Make release builds</h3>
<h3 id="Announce_the_release">Announce the release</h3>

<ul>
<li>Write the release notes page and <a class="external" href="http://www.mozilla.org/contribute/writing/cvs">check it in</a>.</li>
<li>Write the release notes page and <a class="external" href="https://www.mozilla.org/contribute/writing/cvs">check it in</a>.</li>
<li>Create the <code>blocking<em>{{ mediawiki.external('R') }}</em></code> bug nomination flags for the next release and retire the <code>blocking{{ mediawiki.external('R') }}</code> and <code>approval{{ mediawiki.external('R') }}</code> sets of flags for the current release (possibly after pushing out some of the requests to the next release).</li>
<li>Send the talkback team the identifiers from the master.ini files of the three major platforms.</li>
<li>Make web page changes, which should land after the builds are on all the FTP servers:
<ul>
<li>Update the <a class="external" href="http://www.mozilla.org/news.html"><code>news.html</code></a> with an announcement of the release.</li>
<li>Update the <a class="external" href="https://www.mozilla.org/news.html"><code>news.html</code></a> with an announcement of the release.</li>
<li>Update <code>VARIABLES</code> with the new version numbers and URLs.</li>
<li>For Mozilla releases, update <a class="external" href="http://www.mozilla.org/releases/"><code>releases/index.html</code></a> and <code>releases/&lt;version&gt;/index.html</code></li>
<li>For Firefox releases, update <code><a class="external" href="http://www.mozilla.org/products/firefox/releases/" rel="freelink">http://www.mozilla.org/products/firefox/releases/</a>&lt;version&gt;.html</code> and change <code>httpd.conf</code> so that index.html points to it</li>
<li>For Thunderbird releases, update <code><a class="external" href="http://www.mozilla.org/products/thunderbird/releases/" rel="freelink">http://www.mozilla.org/products/thunderbird/releases/</a>&lt;version&gt;.html</code> and copy that to <code>index.html</code></li>
<li>For Mozilla releases, update <a class="external" href="https://www.mozilla.org/releases/"><code>releases/index.html</code></a> and <code>releases/&lt;version&gt;/index.html</code></li>
<li>For Firefox releases, update <code><a class="external" href="https://www.mozilla.org/products/firefox/releases/" rel="freelink">http://www.mozilla.org/products/firefox/releases/</a>&lt;version&gt;.html</code> and change <code>httpd.conf</code> so that index.html points to it</li>
<li>For Thunderbird releases, update <code><a class="external" href="https://www.mozilla.org/products/thunderbird/releases/" rel="freelink">http://www.mozilla.org/products/thunderbird/releases/</a>&lt;version&gt;.html</code> and copy that to <code>index.html</code></li>
<li>Update <a href="/en/CVS_Tags">CVS Tags</a> doc to include the newest release tag.</li>
<li>Update the "actual release" field in <a class="external" href="http://www.mozilla.org/roadmap.html">roadmap.html</a>.</li>
<li>Update the "actual release" field in <a class="external" href="https://www.mozilla.org/roadmap.html">roadmap.html</a>.</li>
</ul>
</li>
<li>(Build team) Update the README for FTP.</li>
Expand All @@ -128,7 +128,7 @@ <h2 id="Original_Document_Information">Original Document Information</h2>
<ul>
<li>Author(s): David Baron</li>
<li>Last Updated Date: March 22, 2005</li>
<li>Copyright Information: Portions of this content are © 1998–2007 by individual mozilla.org contributors; content available under a Creative Commons license | <a class="external" href="http://www.mozilla.org/foundation/licensing/website-content.html">Details</a>.</li>
<li>Copyright Information: Portions of this content are © 1998–2007 by individual mozilla.org contributors; content available under a Creative Commons license | <a class="external" href="https://www.mozilla.org/foundation/licensing/website-content.html">Details</a>.</li>
</ul>
</div>

Expand Up @@ -12,13 +12,13 @@
<li>Commands to build Mozilla using the Autoconf build system.</li>
</ul>

<p>For documentation on developing features or fixing bugs, look at the <a href="en">Mozilla Technical Documents</a> or <a class="external" href="http://www.mozilla.org/library.html">Mozilla Library</a>. For general Unix issues, look at the <a class="external" href="http://www.mozilla.org/unix/">Mozilla Unix</a>.</p>
<p>For documentation on developing features or fixing bugs, look at the <a href="en">Mozilla Technical Documents</a> or <a class="external" href="https://www.mozilla.org/library.html">Mozilla Library</a>. For general Unix issues, look at the <a class="external" href="https://www.mozilla.org/unix/">Mozilla Unix</a>.</p>

<h3 id="Other_Unix_Build_pages">Other Unix Build pages</h3>

<ul>
<li><a href="en/Adding_Files_to_the_Build">How to add files and not break the build</a>.</li>
<li><a class="external" href="http://www.mozilla.org/build/configurator-faq.html">Build Configuator FAQ</a>: FAQ for the <a class="external" href="http://webtools.mozilla.org/build/config.cgi">Unix Build Configurator</a>.</li>
<li><a class="external" href="https://www.mozilla.org/build/configurator-faq.html">Build Configuator FAQ</a>: FAQ for the <a class="external" href="http://webtools.mozilla.org/build/config.cgi">Unix Build Configurator</a>.</li>
</ul>

<h3 id="Requirements">Requirements</h3>
Expand Down Expand Up @@ -106,6 +106,6 @@ <h2 id="Original_Document_Information">Original Document Information</h2>
<ul>
<li>Author(s): <a class="link-mailto" href="mailto:leaf@mozilla.org">Daniel Nunes</a></li>
<li>Last Updated Date: October 9, 2004</li>
<li>Copyright Information: Portions of this content are © 1998–2007 by individual mozilla.org contributors; content available under a Creative Commons license | <a class="external" href="http://www.mozilla.org/foundation/licensing/website-content.html">Details</a>.</li>
<li>Copyright Information: Portions of this content are © 1998–2007 by individual mozilla.org contributors; content available under a Creative Commons license | <a class="external" href="https://www.mozilla.org/foundation/licensing/website-content.html">Details</a>.</li>
</ul>
</div>
Expand Up @@ -12,7 +12,7 @@ <h2 id="This_document_is_for_historical_use_only">This document is for historica

<p>{{Note('This document is a guide to the build prerequisites for building the Mozilla 1.9 codebase before the introduction of the MozillaBuild system in March 2007. If you are building Firefox 3 or greater, please see the standard <a href="/en-US/docs/Windows_Build_Prerequisites" title="Windows Build Prerequisites">Windows Build Prerequisites</a>. <strong>For building Firefox 2, Firefox 1.5, and other Mozilla products based on pre-1.9 branches, see the <a href="/en-US/docs/Windows_Build_Prerequisites_(1.7_and_1.8_Branches)" title="Windows Build Prerequisites (1.7 and 1.8 Branches)">Windows Build Prerequisites on the 1.7 and 1.8 Branches</a>.</strong>')}}</p>

<p>If you are building very old versions of the Mozilla source code, from the 1.0 branch and earlier, follow the <a class="external" href="http://www.mozilla.org/build/win32-nmake.html">nmake build instructions</a>.</p>
<p>If you are building very old versions of the Mozilla source code, from the 1.0 branch and earlier, follow the <a class="external" href="https://www.mozilla.org/build/win32-nmake.html">nmake build instructions</a>.</p>

<h2 id="Hardware_Requirements">Hardware Requirements</h2>
<p>Mozilla takes time to build. You need a development-class system:</p>
Expand Down

0 comments on commit 9496777

Please sign in to comment.