質問編集履歴

1

質問の解答

2019/12/29 01:47

投稿

aiai8976
aiai8976

スコア112

test CHANGED
File without changes
test CHANGED
@@ -18,6 +18,28 @@
18
18
 
19
19
 
20
20
 
21
+ ###エラー
22
+
23
+ コンソールには以下の警告が出ています。
24
+
25
+ ```
26
+
27
+ A cookie associated with a cross-site resource at <URL> was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at <URL> and <URL>.
28
+
29
+ ```
30
+
31
+
32
+
33
+ ```
34
+
35
+ A cookie associated with a resource at http://google.com/ was set with `SameSite=None` but without `Secure`. A future release of Chrome will only deliver cookies marked `SameSite=None` if they are also marked `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5633521622188032.
36
+
37
+ ```
38
+
39
+
40
+
41
+
42
+
21
43
  ### 該当のソースコード
22
44
 
23
45