File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 30
30
],
31
31
32
32
'defaults ' => [
33
- 'consent ' => 'Se utiliza para almacenar las preferencias de consentimiento de cookies del usuario . ' ,
34
- 'session ' => 'Se utiliza para identificar la sesión de navegación del usuario . ' ,
35
- 'csrf ' => 'Se utiliza para asegurar tanto al usuario como a nuestro sitio web contra ataques de falsificación de solicitudes entre sitios . ' ,
36
- '_ga ' => 'Cookie principal utilizada por Google Analytics, permite distinguir a un visitante de otro . ' ,
37
- '_ga_ID ' => 'Utilizada por Google Analytics para persistir el estado de la sesión . ' ,
38
- '_gid ' => 'Utilizada por Google Analytics para identificar al usuario . ' ,
39
- '_gat ' => 'Utilizada por Google Analytics para limitar la tasa de solicitudes . ' ,
33
+ 'consent ' => 'Used to store the user \' s cookie consent preferences . ' ,
34
+ 'session ' => 'Used to identify the user \' s browsing session . ' ,
35
+ 'csrf ' => 'Used to secure both the user and our website against cross-site request forgery attacks . ' ,
36
+ '_ga ' => 'Main cookie used by Google Analytics, enables a service to distinguish one visitor from another . ' ,
37
+ '_ga_ID ' => 'Used by Google Analytics to persist session state . ' ,
38
+ '_gid ' => 'Used by Google Analytics to identify the user . ' ,
39
+ '_gat ' => 'Used by Google Analytics to throttle the request rate . ' ,
40
40
],
41
41
];
Original file line number Diff line number Diff line change 30
30
],
31
31
32
32
'defaults ' => [
33
- 'consent ' => 'Used to store the user \' s cookie consent preferences . ' ,
34
- 'session ' => 'Used to identify the user \' s browsing session . ' ,
35
- 'csrf ' => 'Used to secure both the user and our website against cross-site request forgery attacks . ' ,
36
- '_ga ' => 'Main cookie used by Google Analytics, enables a service to distinguish one visitor from another . ' ,
37
- '_ga_ID ' => 'Used by Google Analytics to persist session state . ' ,
38
- '_gid ' => 'Used by Google Analytics to identify the user . ' ,
39
- '_gat ' => 'Used by Google Analytics to throttle the request rate . ' ,
40
- ],
33
+ 'consent ' => 'Se utiliza para almacenar las preferencias de consentimiento de cookies del usuario . ' ,
34
+ 'session ' => 'Se utiliza para identificar la sesión de navegación del usuario . ' ,
35
+ 'csrf ' => 'Se utiliza para asegurar tanto al usuario como a nuestro sitio web contra ataques de falsificación de solicitudes entre sitios . ' ,
36
+ '_ga ' => 'Cookie principal utilizada por Google Analytics, permite distinguir a un visitante de otro . ' ,
37
+ '_ga_ID ' => 'Utilizada por Google Analytics para persistir el estado de la sesión . ' ,
38
+ '_gid ' => 'Utilizada por Google Analytics para identificar al usuario . ' ,
39
+ '_gat ' => 'Utilizada por Google Analytics para limitar la tasa de solicitudes . ' ,
40
+ ]
41
41
];
You can’t perform that action at this time.
0 commit comments