HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
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>