https://github.com/rtrlib/firefox-addon
Addon that provides RPKI information for the requested website
https://github.com/rtrlib/firefox-addon
Last synced: 11 months ago
JSON representation
Addon that provides RPKI information for the requested website
- Host: GitHub
- URL: https://github.com/rtrlib/firefox-addon
- Owner: rtrlib
- License: mit
- Created: 2013-06-13T15:55:38.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-09-02T14:35:16.000Z (almost 11 years ago)
- Last Synced: 2025-05-16T10:12:15.860Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/rpki-validator/
- Size: 551 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPKI Validator - Firefox Addon
## build
First, download and install the Firefox Addon SDK as described
[here](https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Installation).
Second, open a terminal and clone the Firefox addon repo (this one), afterwards
change directory to ```/source```.
Third, run ```/bin/cfx xpi``` within the source directory, this
will create the ```rpki-validator.xpi```. Next steps see install.
## install
Open Firefox and goto the main menu. Open the Add-ons control panel, or open a
tab with URL ```about:addons```. Click on the *tools* button an select *install
addon from file* for manual addon installation, browse to and open
```rpki-validator.xpi```, click install now. Done!
## configure
The following parameters can be configured within the addon, default values are
set in preference section of ```package.json```:
- **validation server URL**: URL of the validation server offering a RESTful API
verify origin AS of an IP prefix
- **cache server host**: hostname of a RPKI cache server
- **cache server port**: port number of the RPKI cache service
- **cache time to live**: live time (TTL) of cached validation entries
## notes
If you use a customized addon, disable auto updates for this addon.