Problem / Motivation
I use a custom application that translates API data into iCal. This app is deployed locally, and I would like to add it into Bulwark as an iCal subscription. However, I am unable to do so, because the IP and URL are blacklisted.
Proposed Solution
This blacklist is of course a good security feature. But I would like, as an administrator, to add some exceptions.
A field could be available in the Admin Dashboard, and this could be configured through env, e.g.:
URLGUARD_DNS_EXCEPTIONS="mylocalservice.internal anothersafething.local"
URLGUARD_IP_EXCEPTIONS="192.168.1.0./24 10.42.0.0/16"
Alternatives Considered
None :/
Feature Area
Calendar
Mockups / Examples
No response
Additional Context
No response
Problem / Motivation
I use a custom application that translates API data into iCal. This app is deployed locally, and I would like to add it into Bulwark as an iCal subscription. However, I am unable to do so, because the IP and URL are blacklisted.
Proposed Solution
This blacklist is of course a good security feature. But I would like, as an administrator, to add some exceptions.
A field could be available in the Admin Dashboard, and this could be configured through env, e.g.:
Alternatives Considered
None :/
Feature Area
Calendar
Mockups / Examples
No response
Additional Context
No response