Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hey guys,
Do any of you know how to stop umbraco from serving .ttf file I tried adding
<add verb="*" path="*.ttf" type="System.Web.HttpForbiddenHandler" validate="true"/>
and
<add verb="GET" path="*.ttf" type="System.Web.HttpForbiddenHandler" validate="true"/>
in both the httpHandlers section and in handlers in the web config.
But with no avail.
Any help would be great.
L
Hi Lachlann
Have you tried setting this up on the server instead of in the web.config perhaps?
/Jan
Hi thanks Jan,
I ran out of time adn ended up putting the fonts in hte AppData folder which stopeed them from being served.
thanks for your suggestion.
Good to hear you got i solved and thanks for sharing the solution :-)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Stop Umbraco serving .TTF
Hey guys,
Do any of you know how to stop umbraco from serving .ttf file I tried adding
<add verb="*" path="*.ttf" type="System.Web.HttpForbiddenHandler" validate="true"/>
and
<add verb="GET" path="*.ttf" type="System.Web.HttpForbiddenHandler" validate="true"/>
in both the httpHandlers section and in handlers in the web config.
But with no avail.
Any help would be great.
L
Hi Lachlann
Have you tried setting this up on the server instead of in the web.config perhaps?
/Jan
Hi thanks Jan,
I ran out of time adn ended up putting the fonts in hte AppData folder which stopeed them from being served.
thanks for your suggestion.
L
Hi Lachlann
Good to hear you got i solved and thanks for sharing the solution :-)
/Jan
is working on a reply...