Skip to content

Commit

Permalink
Allow more chromium URLs in webmock
Browse files Browse the repository at this point in the history
  • Loading branch information
hennevogel committed Sep 30, 2024
1 parent 6a35eff commit 45dc83d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/support/webmock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
allowed_urls << /geckodriver/
# We've seen [a redirect](https://github.com/titusfortner/webdrivers/issues/204) to this domain
allowed_urls += ['github-releases.githubusercontent.com']
allowed_urls += ['googlechromelabs.github.io']
allowed_urls += ['storage.googleapis.com']

# Allow stripe.com for stripe integration tests
allowed_urls += ['stripe.com']
Expand Down

0 comments on commit 45dc83d

Please sign in to comment.