We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ad81e commit 3c2c061Copy full SHA for 3c2c061
1 file changed
petitnote/index.php
@@ -1,7 +1,7 @@
1
<?php
2
//Petit Note (c)さとぴあ @satopian 2021-2025
3
//1スレッド1ログファイル形式のスレッド式画像掲示板
4
-$petit_ver='v1.88.6';
+$petit_ver='v1.88.7';
5
$petit_lot='lot.20250525';
6
7
$lang = ($http_langs = $_SERVER['HTTP_ACCEPT_LANGUAGE'] ?? '')
@@ -138,7 +138,7 @@
138
139
$x_frame_options_deny = $x_frame_options_deny ?? true;
140
if($x_frame_options_deny){
141
- header('X-Frame-Options: DENY');
+ header("Content-Security-Policy: frame-ancestors 'none';");
142
}
143
//ダークモード
144
if(!isset($_COOKIE["p_n_set_darkmode"])&&$darkmode_by_default){
0 commit comments