diff --git a/changelog.d/950.misc b/changelog.d/950.misc new file mode 100644 index 00000000..f16f3ba2 --- /dev/null +++ b/changelog.d/950.misc @@ -0,0 +1 @@ +Remove the unused "disallowedIpRanges" property from the generic webhook config object. diff --git a/src/config/Config.ts b/src/config/Config.ts index 3884a0c7..27e3df94 100644 --- a/src/config/Config.ts +++ b/src/config/Config.ts @@ -296,7 +296,6 @@ export interface BridgeGenericWebhooksConfigYAML { waitForComplete?: boolean; enableHttpGet?: boolean; outbound?: boolean; - disallowedIpRanges?: string[]; } export class BridgeConfigGenericWebhooks {