human.json Verifier version history - 5 versions
human.json Verifier by Beto Dealmeida
human.json Verifier version history - 5 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.1.5
Released 25 Mar 2026 - 27.93 kBWorks with firefox 140.0 and later, android 142.0 and later- Improve crawler logic to prevent malicious files (https://codeberg.org/robida/human.json/pulls/42).
- Make all links clickable (https://codeberg.org/robida/human.json/pulls/41).
- Fix
data_collection_permissionsto prevent lint warning (https://codeberg.org/robida/human.json/pulls/32).¡
Source code released under GNU Affero General Public Licence v3.0 only
Older versions
Version 0.1.4
Released 19 Mar 2026 - 27.67 kBWorks with firefox 140.0 and laterLowerstrict_min_versionto 140.0 so the extension can be used with Firefox ESR.Source code released under GNU Affero General Public Licence v3.0 only
Version 0.1.3
Released 17 Mar 2026 - 27.67 kBWorks with firefox 142.0 and laterFixed an error in the extension due to a missing background script.Source code released under GNU Affero General Public Licence v3.0 only
Version 0.1.2
Released 16 Mar 2026 - 27.49 kBWorks with firefox 142.0 and laterFix an error where the list of vouches websites would be cleared when an error occurred while crawling the web of trust.Source code released under GNU Affero General Public Licence v3.0 only
Version 0.1.1
Released 8 Mar 2026 - 27.4 kBWorks with firefox 142.0 and laterThere are no UI changes, only the discoverability protocol changed. Instead of using/.well-known/human.json, the file is now discovered via a<link rel="human-json" src="...">element, according to the new version of the protocol (0.1.1). This allows the protocol to be used in sites with multiple users, for example:
https://example.com/~alice
https://example.com/~bob
Since each user can have their ownhuman.jsonfile.Source code released under GNU Affero General Public Licence v3.0 only