U4-5546 Remove user 'channels', weblog api, and all code / db tables relevant to those
This commit is contained in:
@@ -110,6 +110,8 @@
|
||||
</httpModules>
|
||||
<httpHandlers>
|
||||
<add path="GoogleSpellChecker.ashx" xdt:Transform="Remove" xdt:Locator="Match(path)" />
|
||||
<add path="umbraco/channels.aspx" xdt:Transform="Remove" xdt:Locator="Match(path)" />
|
||||
<add path="umbraco/channels/word.aspx" xdt:Transform="Remove" xdt:Locator="Match(path)" />
|
||||
</httpHandlers>
|
||||
</system.web>
|
||||
|
||||
@@ -324,6 +326,10 @@
|
||||
<handlers>
|
||||
<remove name="SpellChecker" xdt:Transform="Remove" xdt:Locator="Match(name)" />
|
||||
<add name="SpellChecker" xdt:Transform="Remove" xdt:Locator="Match(name)" />
|
||||
<remove name="Channels" xdt:Transform="Remove" xdt:Locator="Match(name)" />
|
||||
<add name="Channels" xdt:Transform="Remove" xdt:Locator="Match(name)" />
|
||||
<remove name="Channels_Word" xdt:Transform="Remove" xdt:Locator="Match(name)" />
|
||||
<add name="Channels_Word" xdt:Transform="Remove" xdt:Locator="Match(name)" />
|
||||
</handlers>
|
||||
|
||||
<!-- Increase the default upload file size limit -->
|
||||
|
||||
Reference in New Issue
Block a user