Extension for automagically closing forticlient callback tab for firefox (and chrome?!, Opera and Edge using webextension-polyfill see: https://github.com/mozilla/webextension-polyfill for more info)
- Node LTS
- Firefox
npm install
npm run build
- (or with watch
npm run build:watch
)
- Open firefox
- go to extensions list og
about:addons
- click on cog -> then "debug addons"
- select
<repo root>/dist/NHN forticlient closer.zip
file - volia, you have installed the extension
- Open firefox
- go to extensions list og
about:debugging#/runtime/this-firefox
- Click on "Load Temporary Add-on..."
- Navigate to
<repo root>/dist
and select mainfest.json - "Open"
- Navigate to
- volia, you have installed the extension
- To open a mock version of the forticlient page
- new terminal
npm run serve:forti
- navigate to http://127.0.0.1:8020 in your favorite browser