CINXE.COM
Web Application Firewall
<!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=8; IE=EDGE"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style type="text/css"> body { height: 100%; font-family: Helvetica, Arial, sans-serif; background-color: #FFFF; color: #004682; margin: 0; display: flex; align-items: center; justify-content: left; } .message-container { height: 500px; width: 600px; padding: 0; margin: 50px; } .bar { height: 30px; margin: 10px; background-color: #00b9be; } .logo { background: url(https://www.kas.de/o/kas-de-theme/images/header/logo.png) no-repeat 3%; height: 135px; object-fit: contain; } </style> <title> Web Application Firewall </title> </head> <body> <div class="message-container"> <div class="logo"> </div> <div class="bar"> </div> <div id=\"body-german\" class=\"row\"> Ihre Anfrage wurde aus Sicherheitsgründen blockiert: <br /> Fehler-ID : 0.abce2d17.1739815213.22084526 <br/> Wenn Sie glauben, dass es sich dabei um einen Fehler handelt, wenden Sie sich bitte an: <a href=\"mailto:liferay.portale@kas.de\"> liferay.portale@kas.de </a> </div> <br/> <div id=\"body-english\" class=\"row\"> Your request was blocked due to security reasons: <br /> Event ID : 0.abce2d17.1739815213.22084526 <br/> If you think this was a mistake, please contact: <a href=\"mailto:liferay.portale@kas.de\"> liferay.portale@kas.de </a> </div> </div> </body></html>