Skip to content

Commit

Permalink
Always use https [closes #87]
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkudera committed Sep 28, 2020
1 parent 46460a8 commit 3e58607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ export class Loader
}
}

return `//maps.googleapis.com/maps/api/js?${parameters.join('&')}`;
return `https://maps.googleapis.com/maps/api/js?${parameters.join('&')}`;
}
}

0 comments on commit 3e58607

Please sign in to comment.