Merge pull request #189 from galgeek/ARI-6041

icaew.com behavior
This commit is contained in:
jkafader 2020-03-12 15:07:49 -07:00 committed by GitHub
commit 3b249333a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,15 @@
url_regex: '^https?://(?:www\.)?psu24.psu.edu/.*$' url_regex: '^https?://(?:www\.)?psu24.psu.edu/.*$'
behavior_js_template: psu24.js behavior_js_template: psu24.js
request_idle_timeout_sec: 10 request_idle_timeout_sec: 10
-
url_regex: '^https?://(?:.*\.)?icaew\.com/.*$'
behavior_js_template: umbraBehavior.js.j2
default_parameters:
interval: 500
actions:
- selector: a#CybotCookiebotDialogBodyButtonAccept
- selector: .more-link a.cta-link
repeatSameElement: true
- -
url_regex: '^https?://(?:www\.)?pm\.gc\.ca/.*$' url_regex: '^https?://(?:www\.)?pm\.gc\.ca/.*$'
behavior_js_template: umbraBehavior.js.j2 behavior_js_template: umbraBehavior.js.j2