mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 06:35:20 +02:00
Don't flag websites on residential buildings
This commit is contained in:
@@ -32,11 +32,9 @@ export function validationPrivateData() {
|
||||
'contact:email': true,
|
||||
'contact:fax': true,
|
||||
'contact:phone': true,
|
||||
'contact:website': true,
|
||||
email: true,
|
||||
fax: true,
|
||||
phone: true,
|
||||
website: true
|
||||
phone: true
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user