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 Mar 25, 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 License v3.0 only
Older versions
Version 0.1.4
Released Mar 19, 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 License v3.0 only
Version 0.1.3
Released Mar 17, 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 License v3.0 only
Version 0.1.2
Released Mar 16, 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 License v3.0 only
Version 0.1.1
Released Mar 8, 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 License v3.0 only