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:
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:
Thank you
I finally tracked it down to the font family used in several html emails layouts:
Code:
<font face="Courier New, Courier, System">
Moving forward, in future releases please can the font family in HTML email layouts be:
Code:
<font face="Courier New, Courier, monospace">