Skip to content

angee.integrate.resource_source

The url resource source — integrate's outbound-network extension to resources.

The resources base addon owns the source-type seam but knows only local files. integrate owns outbound HTTP, so it contributes the url source here: a remote resource file is fetched once through the SSRF-pinned :class:~angee.integrate.http.HttpClient into the local data cache. Registered from IntegrateConfig.ready so resources never has to reach up into this addon.

register

python
def register() -> None

Register the url resource source (idempotent across app reloads).

Released under the AGPL-3.0 License.