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.
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 ofeth_accounts
.