Skip to content

Pass outbound_local_requests_whitelist to ProjectImporter

James Nutt requested to merge jnutt/pass-allowlist-to-import into master

What does this MR do and why?

Pass outbound_local_requests_whitelist to ProjectImporter

This MR passes the local request allow-list configured in application settigns to the UrlBlocker used by ProjectImporter. This will allow certain local requests to be made even if local requests are generally disabled.

While creating this MR I noticed that this may be a more general problem, and raised #439463 (closed).

Depending on what the fix is for that, this MR may not be needed.

Changelog: fixed

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by James Nutt

Merge request reports