Geta / geta-notfoundhandler

The popular NotFound handler for ASP.NET Core and Optimizely, enabling better control over your 404 page in addition to allowing redirects for old URLs that no longer works.
Apache License 2.0
19 stars 15 forks source link

Geta.NotFoundHandler.Admin: Make Bootstrap and Feather URLs configurable #103

Closed lk-luca closed 9 months ago

lk-luca commented 9 months ago

In restricted environments which limit what domains a user can access it is desirable to configure what bootstrap and feather URLs are used.

This patch makes those configurable through the following variables:

This should not affect any existing deployments or uses.

Closes #102

marisks commented 9 months ago

Looks good! Thanks!