paritytech / parity-extension

Parity Chrome Extension
GNU General Public License v3.0
37 stars 14 forks source link

Initial accounts request sent over secure API #26

Closed tomusdrw closed 7 years ago

tomusdrw commented 7 years ago

Changing the initial request for accounts to go through secureApi instead of standard dapps port. Parity keeps track of the dapps, we don't want every website to be registered as visited by Parity, hence we use parity_getDappsAddresses instead of eth_accounts.