3
5
Fork
You've already forked DNSSEC-DANE_Padlock
0
Firefox extension to display a padlock about DNSSEC/DANE status of websites
  • JavaScript 84.2%
  • HTML 13.3%
  • CSS 2.5%
Priit Jõerüüt 460c968bae
Translated using Weblate (Estonian)
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/ 
2026年06月28日 10:07:50 +00:00
_locales Translated using Weblate (Estonian) 2026年06月28日 10:07:50 +00:00
src Add support to exclude some subdomains 2026年05月03日 20:42:31 +02:00
.gitignore Add a npm action to build in debug mode 2026年04月20日 00:14:06 +02:00
CHANGELOG.md Version 0.3.1 2026年04月16日 17:48:25 +02:00
LICENSE.md Improve the README before archiving the repo 2024年05月04日 21:37:12 +02:00
README.md Add link to examples in the README 2025年10月12日 20:27:24 +02:00

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)