質問編集履歴
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
### 発生している問題
|
2
2
|
|
3
|
-
.htaccessの書き方が分かりません。以下のheaderを.htaccessで全体に加えたいとき、これで書き方であっていますか?
|
3
|
+
.htaccessの書き方が分かりません。以下のheaderを.htaccessで全体に加えたいとき、これで書き方であっていますか?ご教授ください。
|
4
4
|
|
5
5
|
|
6
6
|
|
1
syuusei
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
```php
|
14
14
|
|
15
|
-
header("X-XSS-Protection: 1
|
15
|
+
header("X-XSS-Protection: 1");
|
16
16
|
|
17
17
|
header("X-Frame-Options:SAMEORIGIN");
|
18
18
|
|