File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ Naming/FileName:
1616 Exclude :
1717 - ' gemfiles/*.gemfile'
1818
19+ Style/OptionalBooleanParameter :
20+ Enabled : false
21+
1922Style/StringLiterals :
2023 EnforcedStyle : double_quotes
2124
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ Besides capybara screenshot method you can get image as Base64:
190190* ` page.driver.set_proxy(ip, port, user, password) `
191191
192192
193- ## URL Block/ Allowlisting
193+ ## URL Blocklisting & Allowlisting
194194
195195Cuprite supports URL blocklisting, which allows you to prevent scripts from
196196running on designated domains:
@@ -206,7 +206,7 @@ domains:
206206page.driver.browser.url_allowlist = %r{http://www.example.com}
207207```
208208
209- For legacy support, ` url_blacklist= ` and ` url_whitelist= ` continue to work respextively
209+ For legacy support, ` url_blacklist= ` and ` url_whitelist= ` continue to work respectively.
210210
211211If you are experiencing slower run times, consider creating a URL allowlist of
212212domains that are essential or a blocklist of domains that are not essential,
You can’t perform that action at this time.
0 commit comments