Making WordPress.org

Changeset 9028


Ignore:
Timestamp:
07/05/2019 09:53:17 PM (6 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Privacy: Correct trac_form_token cookie purpose, add information about trac_session cookie.

Props garrett-eclipse.
Fixes #4583.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy-cookies.php

    r9027 r9028  
    173173                                <th>trac_form_token</th>
    174174                                <td><?php esc_html_e( 'Session', 'wporg' ); ?></td>
    175                                 <td></td>
    176                                 <td><?php esc_html_e( 'Used to check whether the current visitor is a logged in WordPress.org user.', 'wporg' ); ?></td>
     175                                <td><?php esc_html_e( 'Used as a security token for cross-site request forgery protection.', 'wporg' ); ?></td>
     176                                <td>No</td>
     177                            </tr>
     178                            <tr>
     179                                <th>trac_session</th>
     180                                <td><?php esc_html_e( '90 days', 'wporg' ); ?></td>
     181                                <td><?php esc_html_e( 'Used to keep anonymous session information.', 'wporg' ); ?></td>
     182                                <td>No</td>
    177183                            </tr>
    178184                        </tbody>
Note: See TracChangeset for help on using the changeset viewer.