CINXE.COM
Cisco DSR Form
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Cisco DSR Form</title> <style> body, html { margin: 0; padding: 5px; height: 100%; overflow: hidden; /* Disable scroll on body */ } .iframe-container { height: calc(100% - 172px); /* Adjust height to account for image and other content above */ overflow: auto; /* Enable scroll on the iframe container */ } iframe { height: calc(100% - 172px); /* Example fixed height - you should adjust this based on the actual content height */ width: 100%; border: none; } </style> </head> <body> <div style="text-align: center;"> <div> <div> <img style="text-align: left; max-height: 172px; width: 172px; height: auto;" src="/static/images/cisco_logo.png"> </div> <div> <p> <p> <strong> <span style="color: rgb(76, 78, 84)"> <span style="text-align: right; font-size: xx-large; font-family: ITCAvantG,Helvetica,Verdana,sans-serif;">Data Subject Rights and Privacy Request Form</span> </span> </strong> </p> </p> </div> </div> </div> <iframe sandbox="allow-same-origin allow-forms allow-modals allow-scripts allow-popups"referrerpolicy="no-referrer" src="https://privacy-central.securiti.ai/dsr-embed/ef821be9-a37c-4534-b560-b6cdcd32c1c4" allow="geolocation"> Your browser does not support iframes. </iframe> </body> </html>