chore: Add list of links with their status generated by https://github.com/pdehaan/blurts-https-stats
This commit is contained in:
Родитель
fdac319740
Коммит
b075643019
|
@ -0,0 +1,18 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
/**
|
||||
* Check if the provided link is a valid link
|
||||
*
|
||||
* @param {string} linkUrl
|
||||
* @returns {boolean} True if link is valid
|
||||
*/
|
||||
|
||||
function isValidLink (linkUrl) {
|
||||
return true
|
||||
}
|
||||
|
||||
export {
|
||||
isValidLink
|
||||
}
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче