aboutsummaryrefslogtreecommitdiff
path: root/Capybara.yaml
Commit message (Collapse)AuthorAgeFilesLines
* feat: keep exact url from configFuwn2022-03-171-5/+9
|
* feat(#2): optionally, do not proxy url(s)Fuwn2022-02-221-0/+6
If the user provides a `Capybara.yaml` with the `capybara.keep_gemini` key, do not proxy the provided values (URLs). Also implements a rudimentary configuration system for future extension. Thanks, @WellsBit!