1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00
capybara-webkit/lib/capybara/webkit
Joe Ferris 3804dd5406 Introduce allowed, blocked URL filters
* Adds `allow_url`, `block_url`, and `block_unknown_url` methods.
* Both allow_url and block_url accept wildcards.
* Any requests to blocked URLs will be blocked immediately.
* Blocked URLs take precedence over allowed URLs.
* By default, any requests to localhost and 127.0.0.1 are allowed.
* By default, any requests to unknown hosts will print a warning.
* `block_unknown_urls` causes unknown hosts to be silently blocked.
* `blacklisted_urls=` is deprecated in favor of `block_url`.
2014-12-05 12:48:03 -05:00
..
browser.rb Introduce allowed, blocked URL filters 2014-12-05 12:48:03 -05:00
connection.rb Make Connection#read non-blocking 2014-07-18 17:33:12 -04:00
cookie_jar.rb Only require 'webrick/cookie' in order to avoid long load times on ruby 2.0.0-p195 2013-07-15 14:09:54 -07:00
driver.rb Introduce allowed, blocked URL filters 2014-12-05 12:48:03 -05:00
errors.rb Make FindModal synchronous 2014-07-17 09:39:40 -04:00
matchers.rb Fixes problem with RSpec matcher. Probably the RSpec API changed recently. 2012-03-23 12:24:38 -04:00
node.rb Check node index atomically to prevent race condition 2013-12-06 10:43:17 -05:00
socket_debugger.rb Fix tests and remove 'kind_of?' 2012-08-10 13:30:34 -04:00
version.rb Release capybara-webkit 1.3.1 2014-10-21 22:50:16 -04:00