diff options
Diffstat (limited to 'Capybara.yaml')
| -rw-r--r-- | Capybara.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Capybara.yaml b/Capybara.yaml new file mode 100644 index 0000000..bc9e04b --- /dev/null +++ b/Capybara.yaml @@ -0,0 +1,6 @@ +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 |