1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts/lib
Eduardo Antuña Díez a2082bae5c Avoid overwriting a domain that can be resolved by DNS
According to the current implementation any domain ending in .eth or .test will try to resolve through ENS even if the DNS is able to resolve it.
changing `onBeforeRequest` to `onErrorOccurred` will only resolve those .eth or .test domains that the DNS is not able to resolve.
2018-08-09 12:20:51 +02:00
..
contracts fix lint errors 2018-07-03 14:29:36 -04:00
migrator
account-tracker.js
auto-reload.js
buy-eth-url.js
cleanErrorStack.js eslint --fix . 2018-07-02 18:49:33 -04:00
ComposableObservableStore.js
config-manager.js
createErrorMiddleware.js eslint --fix . 2018-07-02 18:49:33 -04:00
createLoggerMiddleware.js
createOriginMiddleware.js
createProviderMiddleware.js
createStreamSink.js eslint --fix . 2018-07-02 18:49:33 -04:00
diagnostics-reporter.js eslint --fix . 2018-07-02 18:49:33 -04:00
enums.js
events-proxy.js
extractEthjsErrorMessage.js eslint --fix . 2018-07-02 18:49:33 -04:00
get-first-preferred-lang-code.js eslint --fix . 2018-07-02 18:49:33 -04:00
getObjStructure.js eslint --fix . 2018-07-02 18:49:33 -04:00
hex-to-bn.js
inpage-provider.js Add deprecation message for eth_signTypedData 2018-07-27 15:23:05 -04:00
ipfsContent.js Avoid overwriting a domain that can be resolved by DNS 2018-08-09 12:20:51 +02:00
local-store.js eslint --fix . 2018-07-02 18:49:33 -04:00
message-manager.js Remove accidentally added code in message-manager. 2018-04-24 12:36:26 -02:30
nodeify.js
notification-manager.js Conditionally use Promise-based extension API when creating windows 2018-07-03 13:33:13 -04:00
pending-balance-calculator.js
personal-message-manager.js
port-stream.js eslint --fix . 2018-07-02 18:49:33 -04:00
random-id.js
reportFailedTxToSentry.js eslint --fix . 2018-07-02 18:49:33 -04:00
resolver.js Update variable name 2018-07-19 08:04:17 -04:00
seed-phrase-verifier.js
setupMetamaskMeshMetrics.js eslint --fix . 2018-07-02 18:49:33 -04:00
setupRaven.js remove local tests 2018-07-19 09:59:58 -04:00
stream-utils.js
typed-message-manager.js
util.js fix environment detection regex 2018-07-02 15:14:05 -04:00