cic-stack/apps/cic-ussd/emulator/browser
Louis Holbrook 5f01135b04 Rehabilitate CLI and API after nonce changes 2021-03-07 18:01:44 +00:00
..
README Remove submodule cic ussd 2021-02-06 15:13:47 +00:00
index.html Rehabilitate CLI and API after nonce changes 2021-03-07 18:01:44 +00:00
ussd.js Rehabilitate CLI and API after nonce changes 2021-03-07 18:01:44 +00:00

README

You can run this application even on a file:/// url.

However, the existing SEMPO USSD backend will not let you run this because of built-in browser security measures.

Fortunately, you can get around that by invoking the browser from the command line like this using chromium:

chromium --disable-web-security --user-data-dir=<some bogus empty dir>

Note that you have to kill all active chromium processes first.

Please don't do anything else with that instance of the browser. It's not safe. Really!