Skip to content

Commit

Permalink
Merge pull request #11844 from filipefurtad0/fix_blacklist_whitelist_…
Browse files Browse the repository at this point in the history
…deprecation_warning

[System specs, CI] Fixes blacklist/whitelist deprecation warning
  • Loading branch information
mkllnk authored Nov 22, 2023
2 parents 1e63567 + 660db32 commit f8fc44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/support/cuprite_setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
process_timeout: 60,
timeout: 60,
# Don't load scripts from external sources, like google maps or stripe
url_whitelist: ["http://localhost", "http://0.0.0.0", "http://127.0.0.1"],
url_whitelist: [%r{http://localhost}i, %r{http://0.0.0.0}i, %r{http://127.0.0.1}],
inspector: true,
headless:,
js_errors: true
Expand Down

0 comments on commit f8fc44e

Please sign in to comment.