tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

fedcm_accounts_endpoint.json (241B)


      1 {
      2  "accounts": [
      3    {
      4      "id": "$RANDOM_ID",
      5      "given_name": "",
      6      "name": " ",
      7      "email": "demo",
      8      "picture": "http://localhost:4245/assets/www/images/test.gif",
      9      "approved_clients": ["fedcm_rp.html"]
     10    }
     11  ]
     12 }