Announcement

Collapse
No announcement yet.

HTML Emails font family triggers Mod Security Rules

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    HTML Emails font family triggers Mod Security Rules

    I have had a number of issues with Sellerdeck sites triggering Mod Security rules on the hosting I resell.

    I finally tracked it down to the font family used in several html emails layouts:

    Code:
    <font face="Courier New, Courier, System">
    Mod Security picks up the word 'system' and it triggers its algorithms.

    Moving forward, in future releases please can the font family in HTML email layouts be:

    Code:
    <font face="Courier New, Courier, monospace">
    Thank you

    Jonathan Chappell
    Website Designer
    SellerDeck Website Designer
    Actinic to SellerDeck upgrades
    Graphicz Limited - www.graphicz.co.uk
Working...
X