We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504129b commit e8f94d8Copy full SHA for e8f94d8
Embed/Adapters/Google.php
@@ -13,6 +13,7 @@ class Google extends Webpage implements AdapterInterface
13
public static function check(Request $request)
14
{
15
return $request->match(array(
16
+ 'https://maps.google.*',
17
'https://www.google.com/maps*'
18
));
19
}
0 commit comments