Hi Armin,
I got in trouble with a website securised under Modsecurity / Imunify360.
I think you made a typo in your code and it is interpreted as a threat !
It is located in ./lay/gridder/assets/css/application.css
You have a wrong parameter assignation (- instead of =)
Searching 221 files for "?-cc03tp" (case sensitive)
./lay/gridder/assets/css/application.css:
322 @font-face {
323 font-family: 'icomoon';
324: src: url("../fonts/icomoon.eot?-cc03tp");
325: src: url("../fonts/icomoon.eot?#iefix-cc03tp") format("embedded-opentype"), url("../fonts/icomoon.woff?-cc03tp") format("woff"), url("../fonts/icomoon.ttf?-cc03tp") format("truetype"), url("../fonts/icomoon.svg?-cc03tp#icomoon") format("svg");
326 font-weight: normal;
327 font-style: normal; }
4 matches in 1 file
Best,
Tristan