Add IPv6 localhost to default whitelist along with IPv4 localhost

Change-Id: I970b91539606305da9afa6d3e40d66885385615e
This commit is contained in:
C. Scott Ananian 2018-01-09 16:56:46 -05:00 committed by Legoktm
parent 2d115ecc5e
commit b1b4cc8ca7

View file

@ -164,7 +164,8 @@
}
},
"LinterSubmitterWhitelist": {
"127.0.0.1": true
"127.0.0.1": true,
"::1": true
},
"LinterStatsdSampleFactor": false
},