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
20
stars
16
forks
source link
Geta.NotFoundHandler.Admin: Make Bootstrap and Feather URLs configurable #103
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