- JavaScript 84.2%
- HTML 13.3%
- CSS 2.5%
|
Priit Jõerüüt
460c968bae
Currently translated at 100.0% (54 of 54 strings) Translation: DNSSEC-DANE_Padlock/Extension Translate-URL: https://translate.codeberg.org/projects/dnssec-dane_padlock/extension/et/ |
||
|---|---|---|
| _locales | Translated using Weblate (Estonian) | |
| src | Add support to exclude some subdomains | |
| .gitignore | Add a npm action to build in debug mode | |
| CHANGELOG.md | Version 0.3.1 | |
| LICENSE.md | Improve the README before archiving the repo | |
| README.md | Add link to examples in the README | |
DNSSEC/DANE Padlock
This is a Firefox extension, which adds an icon in the address bar to display the status of DNSSEC for the visited website, as well as the status of DANE .
It is available on addons.mozilla.org: link in English, lien en français.
It is a fork of the now-deleted Firefox extension DNSSEC/DANE Validator by defkev that I un-minified from the ZIP/.xpi file, the latest version 0.0.8 is reproducible from the commit bbd4726ffc in this history.
Examples: there are examples on the wiki if you want to try the extension.
Translation
The extension is translated in: English, French (français).
If it is not translated in your language, it would be great if you can translate it on the platform Codeberg Translate!
It requires probably between 20 minutes and 1 hour, depending if you know the platform and the translation work.
Packaging
You need node 16+ and npm.
To package this extension:
cd src
npm install
npm run build
cd ..
The result is the file dnssec-dane-padlock@seb35.xpi.
Licence
GNU General Public License v3.0
(inherited from the original code)