File: /var/www/html/fieldblaze.com/responsible-disclosure.php
<!DOCTYPE HTML>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FieldBlaze App</title>
<?php include('include/head.php'); ?>
</head>
<body data-spy="scroll" data-target=".header" data-offset="50">
<?php include('include/header.php'); ?>
<section class="hero-area" id="home">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="hero-area-content-inner text-center">
<h1>Responsible Disclosure</h1>
</div>
</div>
</div>
</div>
</section>
<!-- hero area end -->
<!-- about section start -->
<section class="about-area ptb-90">
<div class="container">
<div class="row">
<div class="col-lg-12 text-left custom-content">
<h2>Data Protection Principles</h2>
<p>
Anyone processing personal data must comply with the eight enforceable principles of good practice. These provide that personal data must be:
</p>
<ul class="cm-list">
<li>Processed fairly and lawfully.</li>
<li>Processed for limited purposes and in an appropriate way.</li>
<li>Adequate, relevant, and not excessive for the purpose.</li>
<li>Not kept longer than necessary for the purpose.</li>
<li>Processed in line with data subject’s rights.</li>
<li>Secure.</li>
<li>Accurate.</li>
<li>Not transferred to people or organizations situated in countries without adequate protection.</li>
</ul>
</div>
</div>
</div>
</section>
<!-- about section end -->
<?php include('include/footer.php'); ?>
<?php include('include/footer-script.php'); ?>
</body>
</html>