mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Don't flag google drive as an incompatible source (close #7545)
This commit is contained in:
@@ -7,7 +7,7 @@ export function validationIncompatibleSource() {
|
||||
var type = 'incompatible_source';
|
||||
var invalidSources = [
|
||||
{
|
||||
id:'google', regex:'google', exceptRegex: 'books.google|Google Books'
|
||||
id:'google', regex:'google', exceptRegex: 'books.google|Google Books|drive.google|googledrive|Google Drive'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user