Skip to content

Commit 04becb9

Browse files
committed
fix: build
1 parent a659b03 commit 04becb9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Naming/FileName:
1616
Exclude:
1717
- 'gemfiles/*.gemfile'
1818

19+
Style/OptionalBooleanParameter:
20+
Enabled: false
21+
1922
Style/StringLiterals:
2023
EnforcedStyle: double_quotes
2124

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

195195
Cuprite supports URL blocklisting, which allows you to prevent scripts from
196196
running on designated domains:
@@ -206,7 +206,7 @@ domains:
206206
page.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

211211
If you are experiencing slower run times, consider creating a URL allowlist of
212212
domains that are essential or a blocklist of domains that are not essential,

0 commit comments

Comments
 (0)