diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 90b885c6..a8f9fe7a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -85,10 +85,10 @@ jobs: uses: chabad360/htmlproofer@v1.1 with: directory: ${{ github.workspace }}/_site - arguments: --assume-extension --external_only --internal-domains privacyguides.org,www.privacyguides.org + arguments: --assume-extension --external_only --internal-domains privacyguides.org,www.privacyguides.org --url-ignore '^(?:https?\:\/\/)?[\w\-\.]+\.onion' https: - name: "Require HTTPS Internal Links/Images" + name: "Require HTTPS Internal Images" runs-on: ubuntu-latest needs: build continue-on-error: true @@ -107,7 +107,7 @@ jobs: uses: chabad360/htmlproofer@v1.1 with: directory: ${{ github.workspace }}/_site - arguments: --assume-extension --enforce-https --check-img-http --internal-domains privacyguides.org,www.privacyguides.org --disable-external + arguments: --assume-extension --check-img-http --internal-domains privacyguides.org,www.privacyguides.org --disable-external --checks-to-ignore LinkCheck,ScriptCheck scripts: name: "Script Reference Checks" @@ -129,7 +129,7 @@ jobs: uses: chabad360/htmlproofer@v1.1 with: directory: ${{ github.workspace }}/_site - arguments: --assume-extension --check-html --disable-external --check-sri --report-script-embeds --internal-domains privacyguides.org,www.privacyguides.org + arguments: --assume-extension --check-html --disable-external --check-sri --report-script-embeds --internal-domains privacyguides.org,www.privacyguides.org --checks-to-ignore LinkCheck,ImageCheck,HtmlCheck tags: name: "HTML Tag Test" @@ -151,7 +151,7 @@ jobs: uses: chabad360/htmlproofer@v1.1 with: directory: ${{ github.workspace }}/_site - arguments: --assume-extension --check-html --disable-external --internal-domains privacyguides.org,www.privacyguides.org --report-invalid-tags --report-eof-tags --report-mismatched-tags + arguments: --assume-extension --check-html --disable-external --allow-hash-href --internal-domains privacyguides.org,www.privacyguides.org --report-invalid-tags --report-eof-tags --report-mismatched-tags --checks-to-ignore LinkCheck,ImageCheck,ScriptCheck entity: name: "HTML Entity Names Test" @@ -173,7 +173,7 @@ jobs: uses: chabad360/htmlproofer@v1.1 with: directory: ${{ github.workspace }}/_site - arguments: --assume-extension --check-html --disable-external --internal-domains privacyguides.org,www.privacyguides.org --report-missing-names + arguments: --assume-extension --check-html --disable-external --allow-hash-href --internal-domains privacyguides.org,www.privacyguides.org --report-missing-names --checks-to-ignore LinkCheck,ImageCheck,ScriptCheck misc: name: "Misc HTML Test" @@ -195,7 +195,7 @@ jobs: uses: chabad360/htmlproofer@v1.1 with: directory: ${{ github.workspace }}/_site - arguments: --assume-extension --check-html --disable-external --internal-domains privacyguides.org,www.privacyguides.org --report-missing-doctype + arguments: --assume-extension --check-html --disable-external --internal-domains privacyguides.org,www.privacyguides.org --report-missing-doctype --checks-to-ignore LinkCheck,ImageCheck,ScriptCheck opengraph: name: "OpenGraph Test" @@ -217,4 +217,4 @@ jobs: uses: chabad360/htmlproofer@v1.1 with: directory: ${{ github.workspace }}/_site - arguments: --assume-extension --disable-external --check-opengraph + arguments: --assume-extension --disable-external --check-opengraph --checks-to-ignore LinkCheck,ImageCheck,ScriptCheck diff --git a/_includes/blog-card.html b/_includes/blog-card.html index 4bbc5b93..3f1fbc4c 100644 --- a/_includes/blog-card.html +++ b/_includes/blog-card.html @@ -1,6 +1,6 @@
-
+

{{ post.title }}

{{ post.excerpt }} Continue Reading...

diff --git a/_includes/footer.html b/_includes/footer.html index 9f8d00dc..73616235 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,6 +2,6 @@

Privacy Guides is a socially motivated website that provides information for protecting your data security and privacy.

-

Unless otherwise noted, the original content on this website is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. The underlying source code used to format and display this content is not licensed for third-party use unless otherwise noted.

+

Unless otherwise noted, the original content on this website is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. The underlying source code used to format and display this content is not licensed for third-party use unless otherwise noted.

Copyright © 2020 Jonah Aragon, Aragon Ventures LLC, and Contributors | Website Source Code | Open an Issue | Privacy Policy | Website Terms & Notices

diff --git a/_includes/head.html b/_includes/head.html index 07af91d8..82e8e63c 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -5,21 +5,21 @@ - + {% if page.title %} {{ page.title }} | {{ site.title }} - + {% else %} {{ site.title }} - + {% endif %} - + - + diff --git a/_layouts/post.html b/_layouts/post.html index 1a439801..bb2298fc 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,7 +2,7 @@ layout: default --- -
+
diff --git a/collections/_evergreen/browsers.html b/collections/_evergreen/browsers.html index 1f68b8fd..72eb5f3e 100644 --- a/collections/_evergreen/browsers.html +++ b/collections/_evergreen/browsers.html @@ -168,7 +168,7 @@ description: "These are our current web browser recommendations, settings, and a

What about other browsers?

-

Chrome on macOS and Internet Explorer do not implement WebRTC yet. But we recommend using Firefox on all devices.

+

Chrome on macOS and Internet Explorer do not yet implement WebRTC.

{% include hr.html %} diff --git a/notices.md b/notices.md index dea0f4b8..1e007fc0 100644 --- a/notices.md +++ b/notices.md @@ -19,7 +19,7 @@ Privacy Guides additionally does not warrant that this website will be constantl Section 2 # Licenses -All content on this website is Copyright © Jonah Aragon, Aragon Ventures LLC, and [Contributors](https://github.com/privacyguides/privacyguides/graphs/contributors); and is licensed under the terms of the [Creative Commons Attribution-NonCommercial 4.0 International License](http://creativecommons.org/licenses/by-nc/4.0/). +All content on this website is Copyright © Jonah Aragon, Aragon Ventures LLC, and [Contributors](https://github.com/privacyguides/privacyguides/graphs/contributors); and is licensed under the terms of the [Creative Commons Attribution-NonCommercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/). **Content** on this website is based on [github.com/privacyguides/privacyguides](https://github.com/privacyguides/privacyguides) and is made available for sharing and distribution under the Creative Commons Attribution-NonCommercial 4.0 International License.