質問編集履歴

4

なし

2022/05/24 07:19

投稿

matomato
matomato

スコア5

test CHANGED
File without changes
test CHANGED
File without changes

3

コードの追加

2022/05/14 09:10

投稿

matomato
matomato

スコア5

test CHANGED
File without changes
test CHANGED
@@ -5,8 +5,7 @@
5
5
 
6
6
  ワードプレスの子テーマのfunctions.phpに、以下のコードを追加したところ、今回のことが起こりました。
7
7
 
8
- ---
8
+ ```
9
-
10
9
  /***** リファラ情報を渡す *****/
11
10
  function ha_header_referrer_inseart(){
12
11
  ?>
@@ -14,8 +13,7 @@
14
13
  <?php
15
14
  };
16
15
  add_action('wp_head', 'ha_header_referrer_inseart');
17
-
18
- ---
16
+ ```
19
17
 
20
18
  追加したコードを消しても、no-referer-when-downgradeが消えることはありません。
21
19
  どうすれば消すことができますでしょうか。
@@ -23,3 +21,6 @@
23
21
  また、ブログ上部にno-referer-when-downgradeが表示されずに、リファラを取得する方法があれば教えて頂きたいです。
24
22
 
25
23
 
24
+
25
+
26
+

2

画像の変更

2022/05/14 09:06

投稿

matomato
matomato

スコア5

test CHANGED
File without changes
test CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  ワードプレスの子テーマのfunctions.phpに、以下のコードを追加したところ、今回のことが起こりました。
7
7
 
8
- ------------------------------------------------------------------
8
+ ---
9
9
 
10
10
  /***** リファラ情報を渡す *****/
11
11
  function ha_header_referrer_inseart(){
@@ -15,7 +15,7 @@
15
15
  };
16
16
  add_action('wp_head', 'ha_header_referrer_inseart');
17
17
 
18
- ------------------------------------------------------------------
18
+ ---
19
19
 
20
20
  追加したコードを消しても、no-referer-when-downgradeが消えることはありません。
21
21
  どうすれば消すことができますでしょうか。

1

画像の挿入

2022/05/14 09:05

投稿

matomato
matomato

スコア5

test CHANGED
File without changes
test CHANGED
@@ -1,5 +1,5 @@
1
1
  現在このような表示になっています。↓
2
- https://d.kuku.lu/fe7cd9c78
2
+ ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-05-14/e355d6d0-215d-4464-93cd-a428dbbb40b0.png)
3
3
 
4
4
  ブログ上部に表示されているno-referer-when-downgradeを消したいです。
5
5