Removes umbraco settings: ImageTagAllowedAttributes, UploadAllowDirectories, ensureUniqueNaming, ImageTagAllowedAttributes, ScriptEditorDisable, ScriptFolderPath, UploadAllowDirectories
This commit is contained in:
@@ -151,7 +151,7 @@ namespace Umbraco.Web.Runtime
|
||||
.Append<DefaultUrlProvider>()
|
||||
.Append<CustomRouteUrlProvider>();
|
||||
|
||||
composition.RegisterUnique<IContentLastChanceFinder, ContentFinderByLegacy404>();
|
||||
composition.RegisterUnique<IContentLastChanceFinder, ContentFinderByConfigured404>();
|
||||
|
||||
composition.WithCollectionBuilder<ContentFinderCollectionBuilder>()
|
||||
// all built-in finders in the correct order,
|
||||
|
||||
Reference in New Issue
Block a user