You may just need to upgrade to 4.1.0. See
https://github.com/stephenmcd/mezzanine/pull/1473.

On Wed, Jul 20, 2016 at 10:18 PM, RandomDude <ab16...@gmail.com> wrote:

> Version: Mezzanine (4.0.1)
>
>
> Mailto before save:
>
> <p><a href="mailto:some...@example.com?Subject=Hello%20again";>Send
> Mail</a></p>
>
> After save: (works!)
>
> <p><a href="mailto:some...@example.com?Subject=Hello%20again";>Send
> Mail</a></p>
>
> Click to call tel before save:
>
> <p><a href="tel:+1-303-499-7111">+1 (303) 499-7111</a></p>
>
> After save: (href stripped out)
>
> <p><a>+1 (303) 499-7111</a></p>
>
> Here are my rich text settings:
>
> RICHTEXT_ALLOWED_TAGS =
> ('p','h1','h2','h3','h4','h5','h6','ol','ul','li','strong','table','caption','thead','tbody','tr','th','td','br','a',
> 'em')
> RICHTEXT_ALLOWED_ATTRIBUTES = ('href')
>
> The following are not in used in my settings.py file.
>
> RICHTEXT_ALLOWED_STYLES
> RICHTEXT_FILTER
> RICHTEXT_FILTERS
> RICHTEXT_FILTER_LEVEL
> RICHTEXT_WIDGET_CLASS
>
> How do I prevent tel: from being stripped out please?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Mezzanine Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mezzanine-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to