From 480509832c9695cf19d1b7ce06099b602ea3331c Mon Sep 17 00:00:00 2001 From: Adam Pritchard Date: Tue, 5 Nov 2024 06:46:56 -0500 Subject: [PATCH] upgrade a lot of URLs to https Because it's embarassing to have http URLs in 2024. --- CLA-entity.md | 2 +- CLA-individual.md | 2 +- CONTRIBUTING.md | 4 ++-- Makefile | 2 +- README.md | 10 +++++----- src/_locales/de/description.txt | 2 +- src/_locales/en/messages.json | 2 +- src/_locales/es/description.txt | 2 +- src/_locales/fr/description.txt | 2 +- src/_locales/it/description.txt | 2 +- src/_locales/ja/description.txt | 2 +- src/_locales/ko/description.txt | 2 +- src/_locales/pl/description.txt | 2 +- src/_locales/pt_BR/description.txt | 2 +- src/_locales/ru/description.txt | 2 +- src/_locales/tr/description.txt | 2 +- src/_locales/zh_CN/description.txt | 2 +- src/_locales/zh_TW/description.txt | 2 +- src/chrome/background.html | 2 +- src/chrome/backgroundscript.js | 2 +- src/chrome/contentscript.js | 2 +- src/common/CHANGES.md | 4 ++-- src/common/common-logic.js | 2 +- src/common/jsHtmlToText.js | 4 ++-- src/common/markdown-here.js | 6 +++--- src/common/markdown-render.js | 4 ++-- src/common/mdh-html-to-text.js | 4 ++-- src/common/options-iframe.html | 2 +- src/common/options-iframe.js | 2 +- src/common/options-store.js | 4 ++-- src/common/options.html | 12 ++++++------ src/common/options.js | 2 +- src/common/test/common-logic-test.js | 2 +- src/common/test/index.html | 2 +- src/common/test/markdown-here-test.js | 2 +- src/common/test/markdown-render-test.js | 2 +- src/common/test/mdh-html-to-text-test.js | 6 +++--- src/common/test/options-store-test.js | 2 +- src/common/test/test-prep.js | 2 +- src/common/test/test-run.js | 2 +- src/common/test/utils-test.js | 2 +- src/common/utils.js | 8 ++++---- src/firefox/chrome/content/background-services.js | 2 +- src/firefox/chrome/content/confirm-prompt.js | 2 +- src/firefox/chrome/content/ff-overlay.js | 4 ++-- src/firefox/chrome/locale/de/strings.properties | 2 +- src/firefox/chrome/locale/en/strings.properties | 2 +- src/firefox/chrome/locale/es/strings.properties | 4 ++-- src/firefox/chrome/locale/fr/strings.properties | 4 ++-- src/firefox/chrome/locale/it/strings.properties | 2 +- src/firefox/chrome/locale/ja/strings.properties | 2 +- src/firefox/chrome/locale/ko/strings.properties | 2 +- src/firefox/chrome/locale/pl/strings.properties | 2 +- src/firefox/chrome/locale/pt_BR/strings.properties | 4 ++-- src/firefox/chrome/locale/ru/strings.properties | 4 ++-- src/firefox/chrome/locale/tr/strings.properties | 4 ++-- src/firefox/chrome/locale/zh_CN/strings.properties | 2 +- src/firefox/chrome/locale/zh_TW/strings.properties | 2 +- store-assets/description.txt | 2 +- utils/build.js | 2 +- utils/i18n.js | 2 +- 61 files changed, 89 insertions(+), 89 deletions(-) diff --git a/CLA-entity.md b/CLA-entity.md index d6e3b4e0..3c3caf05 100644 --- a/CLA-entity.md +++ b/CLA-entity.md @@ -78,6 +78,6 @@ TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL YOU BE LIABL 6.5 If any provision of this Agreement is found void and unenforceable, such provision will be replaced to the extent possible with a provision that comes closest to the meaning of the original provision and which is enforceable. The terms and conditions set forth in this Agreement shall apply notwithstanding any failure of essential purpose of this Agreement or any limited remedy to the maximum extent possible under law. This agreement is derived from the Project Harmony CLA generator: -http://www.harmonyagreements.org/ +https://www.harmonyagreements.org/ Harmony (HA-CLA-E-ANY) Version 1.0 diff --git a/CLA-individual.md b/CLA-individual.md index f48cd16b..ed502424 100644 --- a/CLA-individual.md +++ b/CLA-individual.md @@ -78,6 +78,6 @@ TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL YOU BE LIABL 6.5 If any provision of this Agreement is found void and unenforceable, such provision will be replaced to the extent possible with a provision that comes closest to the meaning of the original provision and which is enforceable. The terms and conditions set forth in this Agreement shall apply notwithstanding any failure of essential purpose of this Agreement or any limited remedy to the maximum extent possible under law. This agreement is derived from the Project Harmony CLA generator: -http://www.harmonyagreements.org/ +https://www.harmonyagreements.org/ Harmony (HA-CLA-I-ANY) Version 1.0 \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0093357f..13934550 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ * Project page: https://github.com/adam-p/markdown-here * Google Group: https://groups.google.com/forum/#!forum/markdown-here -* Website: http://markdown-here.com +* Website: https://markdown-here.com * Email me: pritchard.adam@gmail.com ## Code contributions @@ -55,7 +55,7 @@ If you do make any translation changes, or if you have any questions or problems * [Eugene Fryntov](https://crowdin.com/profile/efryntov) -* [Oscar del Pozo](https://crowdin.com/profile/oskar7) +* [Oscar del Pozo](https://crowdin.com/profile/oskar7) * [Rafa Couto](https://crowdin.com/profile/rafacouto) diff --git a/Makefile b/Makefile index 503171a3..f5049359 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # Copyright Adam Pritchard 2014 -# MIT License : http://adampritchard.mit-license.org/ +# MIT License : https://adampritchard.mit-license.org/ # diff --git a/README.md b/README.md index 2301dee2..158b337c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ![Markdown Here logo](https://raw.github.com/adam-p/markdown-here/master/src/common/images/icon48.png) Markdown Here -[**Visit the website.**](http://markdown-here.com)
+[**Visit the website.**](https://markdown-here.com)
[**Get it for Chrome.**](https://chrome.google.com/webstore/detail/elifhakcjgalahccnjkneoccemfahfoa)
[**Get it for Firefox.**](https://addons.mozilla.org/en-US/firefox/addon/markdown-here/)
[**Get it for Safari.**](https://s3.amazonaws.com/markdown-here/markdown-here.safariextz)
@@ -159,9 +159,9 @@ See the [Compatibility wiki page](https://github.com/adam-p/markdown-here/wiki/C ## Notes and Miscellaneous -* *Markdown Here* uses [Github Flavored Markdown](http://github.github.com/github-flavored-markdown/), with the limitation that GFM special links are not supported ([issue #11](https://github.com/adam-p/markdown-here/issues/11)); nor will they be, as MDH is not Github-specific. +* *Markdown Here* uses [Github Flavored Markdown](https://github.github.com/gfm/), with the limitation that GFM special links are not supported ([issue #11](https://github.com/adam-p/markdown-here/issues/11)); nor will they be, as MDH is not Github-specific. -* Available languages for syntax highlighting (and the way they should be written in the fenced code block) can be seen on the [highlight.js demo page](http://softwaremaniacs.org/media/soft/highlight/test.html). +* Available languages for syntax highlighting (and the way they should be written in the fenced code block) can be seen on the [highlight.js demo page](https://highlightjs.org/demo). * Images embedded inline in your Markdown will be retained when you "Markdown Toggle". Gmail allows you to put images inline in your email -- this can be much easier than referencing an external image. @@ -236,7 +236,7 @@ All bugs, feature requests, pull requests, feedback, etc., are welcome. [Create ### Code -MIT License: http://adampritchard.mit-license.org/ or see [the `LICENSE` file](https://github.com/adam-p/markdown-here/blob/master/LICENSE). +MIT License: https://adampritchard.mit-license.org/ or see [the `LICENSE` file](https://github.com/adam-p/markdown-here/blob/master/LICENSE). ### Logo @@ -244,7 +244,7 @@ Copyright 2015, [Austin Anderson](http://protractor.ninja/). Licensed to Markdow ### Other images -[Creative Commons Attribution 3.0 Unported (CC BY 3.0) License](http://creativecommons.org/licenses/by/3.0/) +[Creative Commons Attribution 3.0 Unported (CC BY 3.0) License](https://creativecommons.org/licenses/by/3.0/) --- diff --git a/src/_locales/de/description.txt b/src/_locales/de/description.txt index 307e2332..9b420c1b 100644 --- a/src/_locales/de/description.txt +++ b/src/_locales/de/description.txt @@ -19,5 +19,5 @@ Verfügbar als Erweiterung für Chrome, Firefox, Safari, Opera, und Thunderbird. Dieses Projekt ist Open-Source. Siehe die Github-Seite von Markdown Here für weitere Anleitung, Informationen, Bug-Reports, oder um zum Projekt beizutragen. -http://markdown-here.com +https://markdown-here.com https://github.com/adam-p/markdown-here diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index c8b0558d..b29c65fd 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -324,7 +324,7 @@ "description": "part of the page footer text" }, "options_page__footer_2": { - "message": "Created by Adam Pritchard.", + "message": "Created by Adam Pritchard.", "description": "part of the page footer text" }, "options_page__changes_saved": { diff --git a/src/_locales/es/description.txt b/src/_locales/es/description.txt index a3658250..d7c8bf40 100644 --- a/src/_locales/es/description.txt +++ b/src/_locales/es/description.txt @@ -19,5 +19,5 @@ Disponible como extensión para Chrome, Firefox, Safari, Opera y Thunderbird. Éste es un proyecto de código fuente abierto. Visita la página Github de Markdown Here para encontrar las instrucciones completas, más información, informes de errores o para contribuir. -http://markdown-here.com +https://markdown-here.com https://github.com/adam-p/markdown-here diff --git a/src/_locales/fr/description.txt b/src/_locales/fr/description.txt index 36c98acb..905fdc1d 100644 --- a/src/_locales/fr/description.txt +++ b/src/_locales/fr/description.txt @@ -19,5 +19,5 @@ Disponible en tant qu'extension Chrome, Firefox, Safari, Opera et Thunderbird. C'est un projet open source. Visitez la page Github de Markdown Here pour les instructions complètes, pour plus d'information, pour les rapports de bogue ou pour contribuer à ce projet. -http://markdown-here.com (en anglais) +https://markdown-here.com (en anglais) https://github.com/adam-p/markdown-here (en anglais) diff --git a/src/_locales/it/description.txt b/src/_locales/it/description.txt index d875c4e6..6c151bb9 100644 --- a/src/_locales/it/description.txt +++ b/src/_locales/it/description.txt @@ -19,5 +19,5 @@ Disponibile come estensione per Chrome, Firefox, Safari, Opera e Thunderbird. Questo è un progetto open source. Visita la pagina GitHub di Markdown Here per le istruzioni complete, ulteriori informazioni, segnalazioni di bug o per contribuire. -http://markdown-here.com +https://markdown-here.com https://github.com/adam-p/markdown-here diff --git a/src/_locales/ja/description.txt b/src/_locales/ja/description.txt index 94c55478..84a7e9be 100644 --- a/src/_locales/ja/description.txt +++ b/src/_locales/ja/description.txt @@ -19,5 +19,5 @@ Chrome、Firefox、Safari、Opera、Thunderbirdの拡張機能として使用す Markdown Hereはオープンソースです。 Markdown Hereの使用方法、さらに詳しい情報、、バグの報告、開発に貢献したいときは、Githubにあるプロジェクトのページをへどうぞ。 -http://markdown-here.com +https://markdown-here.com https://github.com/adam-p/markdown-here diff --git a/src/_locales/ko/description.txt b/src/_locales/ko/description.txt index 761bd065..c26bbb11 100644 --- a/src/_locales/ko/description.txt +++ b/src/_locales/ko/description.txt @@ -19,5 +19,5 @@ Available as a Chrome, Firefox, Safari, Opera, and Thunderbird extension. 이것은 오픈 소스 프로젝트 입니다. Visit Markdown Here's Github page for full instructions, more information, bug reports, or to contribute. -http://markdown-here.com +https://markdown-here.com https://github.com/adam-p/markdown-here diff --git a/src/_locales/pl/description.txt b/src/_locales/pl/description.txt index 6cbff070..5744722e 100644 --- a/src/_locales/pl/description.txt +++ b/src/_locales/pl/description.txt @@ -19,5 +19,5 @@ Dostępne jako rozszerzenie dla programów Chrome, Firefox, Safari, Opera oraz T Ten projekt tworzy otwarte oprogramowanie. Odwiedź stronę GitHub projektu Markdown Here aby znaleźć pełne instrukcje, więcej informacji, żeby zgłaszać błędy, albo pomóc w rozwoju projektu. -http://markdown-here.com +https://markdown-here.com https://github.com/adam-p/markdown-here diff --git a/src/_locales/pt_BR/description.txt b/src/_locales/pt_BR/description.txt index a20e1cc3..79ffa67a 100644 --- a/src/_locales/pt_BR/description.txt +++ b/src/_locales/pt_BR/description.txt @@ -19,5 +19,5 @@ Disponível como extensões para Chrome, Firefox, Safari, Opera e Thunderbird. Este é um projeto de código fonte aberto. Visite a página Github do Markdown Here para as instruções completas, mais informações, relatórios de bugs, ou para contribuir. -http://markdown-here.com +https://markdown-here.com https://github.com/adam-p/markdown-here diff --git a/src/_locales/ru/description.txt b/src/_locales/ru/description.txt index a2490b03..714e7590 100644 --- a/src/_locales/ru/description.txt +++ b/src/_locales/ru/description.txt @@ -19,5 +19,5 @@ Privacy: Markdown Here accesses and modifies web content when you activate it. Это проект с открытым кодом. Посетите страницу Markdown Here на Github для получения более полных инструкций, чтобы узнать больше информации, для сообщения об ошибках, или чтобы внести свой вклад. -http://markdown-here.com +https://markdown-here.com https://github.com/adam-p/markdown-here diff --git a/src/_locales/tr/description.txt b/src/_locales/tr/description.txt index 2e94ae07..7f66b316 100644 --- a/src/_locales/tr/description.txt +++ b/src/_locales/tr/description.txt @@ -19,5 +19,5 @@ Chrome, Firefox, Safari, Opera, ve Thunderbird eklentisi olarak kullanilabilir. Bu açık kaynak kodlu bir projedir. Tum kullanim talimatlari, daha fazla bilgi, hata raporları veya katkıda bulunmak için Markdown Here'in Github sayfasını ziyret edebilirsiniz. -http://markdown-here.com +https://markdown-here.com https://github.com/adam-p/markdown-here diff --git a/src/_locales/zh_CN/description.txt b/src/_locales/zh_CN/description.txt index 8c7f69ee..708fcfca 100644 --- a/src/_locales/zh_CN/description.txt +++ b/src/_locales/zh_CN/description.txt @@ -19,5 +19,5 @@ Markdown Here 主要目标是为 Gmail 和 Thunderbird 服务, 但它也可以 这是一个开源项目。 详细指导,更多信息,bug报告以及贡献,可以访问Markdown Here的Github页面。 -http://markdown-here.com +https://markdown-here.com https://github.com/adam-p/markdown-here diff --git a/src/_locales/zh_TW/description.txt b/src/_locales/zh_TW/description.txt index b3b6fa3a..91e21315 100644 --- a/src/_locales/zh_TW/description.txt +++ b/src/_locales/zh_TW/description.txt @@ -19,5 +19,5 @@ Markdown Here主要針對Gmail與Thunderbird,但是也能在Yahoo與Hotmail運 這是開源專案。 瀏覽Markdown Here的Github網頁來獲得使用手冊、更多資訊、回報問題,或是貢獻。 -http://markdown-here.com +https://markdown-here.com https://github.com/adam-p/markdown-here diff --git a/src/chrome/background.html b/src/chrome/background.html index a7efe521..6f937008 100644 --- a/src/chrome/background.html +++ b/src/chrome/background.html @@ -2,7 +2,7 @@ diff --git a/src/chrome/backgroundscript.js b/src/chrome/backgroundscript.js index d6b680ab..8b734733 100644 --- a/src/chrome/backgroundscript.js +++ b/src/chrome/backgroundscript.js @@ -1,6 +1,6 @@ /* * Copyright Adam Pritchard 2016 - * MIT License : http://adampritchard.mit-license.org/ + * MIT License : https://adampritchard.mit-license.org/ */ "use strict"; diff --git a/src/chrome/contentscript.js b/src/chrome/contentscript.js index 0924b233..5736c58d 100644 --- a/src/chrome/contentscript.js +++ b/src/chrome/contentscript.js @@ -1,6 +1,6 @@ /* * Copyright Adam Pritchard 2013 - * MIT License : http://adampritchard.mit-license.org/ + * MIT License : https://adampritchard.mit-license.org/ */ "use strict"; diff --git a/src/common/CHANGES.md b/src/common/CHANGES.md index 4b6d680a..8c55b53e 100644 --- a/src/common/CHANGES.md +++ b/src/common/CHANGES.md @@ -49,7 +49,7 @@ Change Log * **New logo!** Created by [Austin Anderson](http://protractor.ninja/) and chosen by the Markdown Here users, our great new logo is finally ready for action. - Much thanks to Austin for his work polishing and tweaking the 60 variants of the logo. He did a lot of work getting things just right. - Thanks to everyone else who submitted a design: [Rafe Goldberg](http://rgd2.co/), [Jack Reis](http://www.ux-jack.com/), [Enrique Esquinas](https://twitter.com/esquinas), [Leon Wilmanns](http://leon-wilmanns.de/). All of their designs were great and I would have been happy for any of them to win. - - Seriously, if you haven't seen the other designs, [go check them out](http://markdown-here.com/logo.html). And then check out their portfolios, bookmark them, and contact them the next time you need design work done. + - Seriously, if you haven't seen the other designs, [go check them out](https://markdown-here.com/logo.html). And then check out their portfolios, bookmark them, and contact them the next time you need design work done. - Thanks to all of you who took the time to vote for the new logo. - If you are unhappy with the change to a monochrome browser toolbar and context menu button, [\+1 this issue](https://github.com/adam-p/markdown-here/issues/302). @@ -376,7 +376,7 @@ Added support for [**Opera**](http://www.opera.com)! Get it [here](https://addon 2013-05-19: v2.8.0 ------------------ -* **Markdown Here now supports Safari!** [Get it here.](http://markdown-here.com/get.html) +* **Markdown Here now supports Safari!** [Get it here.](https://markdown-here.com/get.html) * Thanks to users [unscriptable](https://github.com/unscriptable) and [martinsvalin](https://github.com/martinsvalin) for [requesting it](https://github.com/adam-p/markdown-here/issues/38). * Fixed bug in Firefox v23 (current Aurora): Options page wasn't working. ([See details.](https://github.com/adam-p/markdown-here/commit/c20b7e4841f325bed3201ea9a98b3f6c986cf8cc)) diff --git a/src/common/common-logic.js b/src/common/common-logic.js index 69ac5bde..2ae0b020 100644 --- a/src/common/common-logic.js +++ b/src/common/common-logic.js @@ -1,6 +1,6 @@ /* * Copyright Adam Pritchard 2013 - * MIT License : http://adampritchard.mit-license.org/ + * MIT License : https://adampritchard.mit-license.org/ */ /* diff --git a/src/common/jsHtmlToText.js b/src/common/jsHtmlToText.js index 83597bb5..3fbf1d48 100644 --- a/src/common/jsHtmlToText.js +++ b/src/common/jsHtmlToText.js @@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -HTML decoding functionality provided by: http://code.google.com/p/google-trekker/ +HTML decoding functionality provided by: https://code.google.com/archive/p/google-trekker/ */ /* @@ -41,7 +41,7 @@ function htmlToText(html, extensions) { // Remove !DOCTYPE .replace(//ig, ""); - /* I scanned http://en.wikipedia.org/wiki/HTML_element for all html tags. + /* I scanned https://en.wikipedia.org/wiki/HTML_element for all html tags. I put those tags that should affect plain text formatting in two categories: those that should be replaced with two newlines and those that should be replaced with one newline. */ diff --git a/src/common/markdown-here.js b/src/common/markdown-here.js index 41955dd2..b4676641 100644 --- a/src/common/markdown-here.js +++ b/src/common/markdown-here.js @@ -1,6 +1,6 @@ /* * Copyright Adam Pritchard 2015 - * MIT License : http://adampritchard.mit-license.org/ + * MIT License : https://adampritchard.mit-license.org/ */ /* @@ -109,7 +109,7 @@ function findFocusedElem(document) { // a rich-edit compose element). function elementCanBeRendered(elem) { // See here for more info about what we're checking: - // http://stackoverflow.com/a/3333679/729729 + // https://stackoverflow.com/a/3333679/729729 return (elem.contentEditable === true || elem.contentEditable === 'true' || elem.contenteditable === true || elem.contenteditable === 'true' || (elem.ownerDocument && elem.ownerDocument.designMode === 'on')); @@ -430,7 +430,7 @@ function findMarkdownHereWrapper(focusedElem) { // Finds all Markdown Here wrappers in the given range. Returns an array of the // wrapper elements, or null if no wrappers found. function findMarkdownHereWrappersInRange(range) { - // Adapted from: http://stackoverflow.com/a/1483487/729729 + // Adapted from: https://stackoverflow.com/a/1483487/729729 var containerElement = range.commonAncestorContainer; if (containerElement.nodeType != containerElement.ELEMENT_NODE) { containerElement = containerElement.parentNode; diff --git a/src/common/markdown-render.js b/src/common/markdown-render.js index c11ad8bf..708e0718 100644 --- a/src/common/markdown-render.js +++ b/src/common/markdown-render.js @@ -1,6 +1,6 @@ /* * Copyright Adam Pritchard 2013 - * MIT License : http://adampritchard.mit-license.org/ + * MIT License : https://adampritchard.mit-license.org/ */ /* @@ -60,7 +60,7 @@ function markdownRender(mdText, userprefs, marked, hljs) { // Added to fix MDH issue #57: MD links should automatically add scheme. // Note that the presence of a ':' is used to indicate a scheme, so port // numbers will defeat this. - href = href.replace(/^(?!#)([^:]+)$/, 'http://$1'); + href = href.replace(/^(?!#)([^:]+)$/, 'https://$1'); if (userprefs['header-anchors-enabled']) { // Add an anchor right above the heading. See MDH issue #93. diff --git a/src/common/mdh-html-to-text.js b/src/common/mdh-html-to-text.js index 746d957c..3302598f 100644 --- a/src/common/mdh-html-to-text.js +++ b/src/common/mdh-html-to-text.js @@ -1,6 +1,6 @@ /* * Copyright Adam Pritchard 2015 - * MIT License : http://adampritchard.mit-license.org/ + * MIT License : https://adampritchard.mit-license.org/ */ /* @@ -334,7 +334,7 @@ function convertHTMLtoMarkdown(tag, html) { /* Make sure we do *not* convert HTML links that are inside of MD links. Otherwise we'll have problems like issue #69. - We're going to use a regex that mimics a negative lookbehind. For details see: http://blog.stevenlevithan.com/archives/mimic-lookbehind-javascript + We're going to use a regex that mimics a negative lookbehind. For details see: https://blog.stevenlevithan.com/archives/mimic-lookbehind-javascript Here's an attempt at an explanation of the regex: ( // begin optional prefix capture group (?:\]\([^\)]*) // match an unclosed URL portion of a MD link -- like "...](..." diff --git a/src/common/options-iframe.html b/src/common/options-iframe.html index df0b0591..8019e7c9 100644 --- a/src/common/options-iframe.html +++ b/src/common/options-iframe.html @@ -1,6 +1,6 @@ diff --git a/src/common/options-iframe.js b/src/common/options-iframe.js index 83ebc48c..d3929bba 100644 --- a/src/common/options-iframe.js +++ b/src/common/options-iframe.js @@ -1,6 +1,6 @@ /* * Copyright Adam Pritchard 2015 - * MIT License : http://adampritchard.mit-license.org/ + * MIT License : https://adampritchard.mit-license.org/ */ function onLoad() { diff --git a/src/common/options-store.js b/src/common/options-store.js index 0ebe6c75..d6ec340e 100644 --- a/src/common/options-store.js +++ b/src/common/options-store.js @@ -1,6 +1,6 @@ /* * Copyright Adam Pritchard 2015 - * MIT License : http://adampritchard.mit-license.org/ + * MIT License : https://adampritchard.mit-license.org/ */ @@ -140,7 +140,7 @@ var ChromeOptionsStore = { _maxlen: function() { // Note that chrome.storage.sync.QUOTA_BYTES_PER_ITEM is in bytes, but JavaScript // strings are UTF-16, so we need to divide by 2. - // Some JS string info: http://rosettacode.org/wiki/String_length#JavaScript + // Some JS string info: https://rosettacode.org/wiki/String_length#JavaScript if (chrome.storage && chrome.storage.sync && chrome.storage.sync.QUOTA_BYTES_PER_ITEM) { return chrome.storage.sync.QUOTA_BYTES_PER_ITEM / 2; } diff --git a/src/common/options.html b/src/common/options.html index 0ceaeb00..e1a65dd0 100644 --- a/src/common/options.html +++ b/src/common/options.html @@ -2,7 +2,7 @@ @@ -16,7 +16,7 @@