aboutsummaryrefslogtreecommitdiff
path: root/Capybara.yaml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-17 18:05:46 -0700
committerFuwn <[email protected]>2022-03-17 18:05:46 -0700
commite42eec3abf7acbddb415715027153647902b2f09 (patch)
treefe6ac8d6229b815416cbec07118656abdca26fcf /Capybara.yaml
parentfix(readme): links (diff)
downloadcapybara-e42eec3abf7acbddb415715027153647902b2f09.tar.xz
capybara-e42eec3abf7acbddb415715027153647902b2f09.zip
feat: keep exact url from config
Diffstat (limited to 'Capybara.yaml')
-rw-r--r--Capybara.yaml14
1 files changed, 9 insertions, 5 deletions
diff --git a/Capybara.yaml b/Capybara.yaml
index bc9e04b..a3b1eb3 100644
--- a/Capybara.yaml
+++ b/Capybara.yaml
@@ -1,6 +1,10 @@
capybara:
- keep_gemini: # A list of hosts where if the host is present; the URL will not be proxied
- - fuwn.me #
- # Example:
- # Proxied: `gemini://gem.rest` becomes `/proxy/gem.rest`
- # Not proxied (present in `capybara.keep_gemini`): `gemini://gem.rest` is kept
+ keep_gemini: # A list of hosts where if the host is present; the URL will not be proxied
+ - distro.tube #
+ # Example:
+ # Proxied: `gemini://gem.rest` becomes `/proxy/gem.rest`
+ # Not proxied (present in `capybara.keep_gemini`): `gemini://gem.rest` is kept
+
+ keep_gemini_exact: # A list of URLs where if the URL is present; the URL will not be proxied
+ - fuwn.me/skills #
+ # Similar to `keep_gemini` except only keeps exact URLs