[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
Data Shendy
/
Back up Shendy
/
DATA
/
amd64
/
httpd
/
htdocs
/
bulian
/
config
/
[
Home
]
File: csp.php
<?php /** * CSP (Content Security Policy) * * fell free to add your custom CSP. * * original code by 2022 Hendro Wicaksono (hendrowicaksono@yahoo.com) * modified by Drajat Hasan (drajathasan20@gmail.com) */ return [ "base-uri 'self'", "script-src 'self' 'unsafe-inline' 'unsafe-eval'", "style-src 'self' 'unsafe-inline'", "img-src 'self' data:", "connect-src 'self' kutipan.herokuapp.com", "frame-src 'self' *.google.com", "font-src 'self'", "media-src 'self'", "object-src 'self'", "manifest-src 'self'", "worker-src 'self'", "frame-ancestors 'self'" ];