Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Feb 14, 2020
1 parent dfcfeee commit 6db809e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion buildtools/check-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,11 @@ function loaded(page, browser) {
request.headers().origin = 'http://localhost:3000';
}
request.continue({
url
url,
// Don't be intranet
headers: {
'Forwarded': 'for=8.8.8.8'
}
});
} else if (url.includes('tile.openstreetmap.org') ||
url.startsWith('https://tiles.openseamap.org') ||
Expand Down
Binary file modified contribs/gmf/examples/displayquerygrid-ref.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contribs/gmf/examples/displayquerywindow-ref.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6db809e

Please sign in to comment.