Skip to content

[Feature]: Customize blacklist/allowlist for iCal subscriptions #655

Description

@DodoLeDev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions