rusackas commented on code in PR #36127: URL: https://github.com/apache/superset/pull/36127#discussion_r2557304813
########## superset/config.py: ########## @@ -1732,6 +1733,8 @@ def EMAIL_HEADER_MUTATOR( # pylint: disable=invalid-name,unused-argument # noq # You can also assign a function to the config that returns the expected integer ALERT_MINIMUM_INTERVAL = int(timedelta(minutes=0).total_seconds()) REPORT_MINIMUM_INTERVAL = int(timedelta(minutes=0).total_seconds()) +# Enforce HTTPS for webhook alerts/reports +ALERT_REPORTS_WEBHOOK_HTTPS_ONLY = False Review Comment: This might not be the best default? Maybe default to secure? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
