Merge pull request #3457 from hennevogel/bugfix/webmock-chromium-urls
Allow more chromium URLs in webmock
This commit is contained in:
commit
6b2e78fa1c
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ allowed_urls = Webdrivers::Common.subclasses.map(&:base_url)
|
||||||
allowed_urls << /geckodriver/
|
allowed_urls << /geckodriver/
|
||||||
# We've seen [a redirect](https://github.com/titusfortner/webdrivers/issues/204) to this domain
|
# We've seen [a redirect](https://github.com/titusfortner/webdrivers/issues/204) to this domain
|
||||||
allowed_urls += ['github-releases.githubusercontent.com']
|
allowed_urls += ['github-releases.githubusercontent.com']
|
||||||
|
allowed_urls += ['googlechromelabs.github.io']
|
||||||
|
allowed_urls += ['storage.googleapis.com']
|
||||||
|
|
||||||
# Allow stripe.com for stripe integration tests
|
# Allow stripe.com for stripe integration tests
|
||||||
allowed_urls += ['stripe.com']
|
allowed_urls += ['stripe.com']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue