blob: bc9e04b44df90a3df261875bca06ef25054afce2 (
plain) (
blame)
1
2
3
4
5
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
|