本页面介绍如何在本站使用cookies. 如果您继续浏览本站, 即代表您同意我们使用cookies.
Cookies一词用在程序设计中是一种能够让网站服务器把少量数据储存到客户端的硬盘或内存, 或是从客户端的硬盘读取数据的一种技术. 当你浏览某网站时, 由Web服务器置于你硬盘上的一个非常小的文本文件, 它可以记录你的用户ID/密码/浏览过的网页/停留的时间等信息. 当你再次来到该网站时, 网站通过读取Cookies, 得知你的相关信息, 就可以做出相应的动作, 如在页面显示欢迎你的标语, 或者让你不用输入ID/密码就直接登录等等. 从本质上讲, 它可以看作是你的身份证. 但Cookies不能作为代码执行, 也不会传送病毒, 且为你所专有, 并只能由提供它的服务器来读取. 保存的信息片断以名/值对(name-value pairs)的形式储存, 一个名/值对仅仅是一条命名的数据.
一个网站只能取得它放在你的电脑中的信息, 它无法从其它的Cookies文件中取得信息, 也无法得到你的电脑上的其它任何东西. Cookies中的内容大多数经过了加密处理, 因此一般用户看来只是一些毫无意义的字母数字组合, 只有服务器的CGI处理程序才知道它们真正的含义.
本网站的很多功能均需要使用Cookies, 例如:
Cookies的控制及cookie属性必须由浏览器内部提供设置方法. 下方为常用的浏览器的设置方法:
| 用户名 | Purpose |
|---|---|
| Essential cookies | |
| These cookies are required to enable core functionality such as security, network management, and accessibility. You may not reject these. | |
| xf___crossTab | This local storage item is used to store information used to communicate across tabs, such as the current cross-site request forgery token. |
| xf_cacheKey | This local storage item is used to store the cache key used for offline storage items. |
| xf_consent | This cookie is used to store a user's cookie consent preferences. |
| xf_csrf | This cookie is used to store a user's cross-site request forgery token, preventing other applications from making malicious requests on the user's behalf. |
| xf_dbWriteForced | This cookie is used to indicate that the request should be completed using the database write server. |
| xf_editorDisabled | This local storage item is used to store whether or not a user has the rich text editor enabled. |
| fr-copied-html | This local storage item is used to store a user's copied rich text when pasting into the text editor. |
| fr-copied-text | This local storage item is used to store a user's copied plain text when pasting into the text editor. |
| xf_guestUsername | This local storage item is used to store a guest user's username. |
| xf_inline_mod_* | These cookies are used to store a user's currently selected inline moderation items. |
| xf_language_id | This cookie is used to store a user's selected language. |
| xf_lbSidebarDisabled | This local storage item is used to store whether or not a user has toggled the lightbox sidebar. |
| xf_ls | This cookie is used to store a user's local storage contents in the event their browser does not support the native local storage mechanism. |
| xf_multiQuote* | These local storage items are used to store a user's multi-quote selections. |
| xf_notice_dismiss | This cookie is used to store a user's dismissed notices. |
| xf_push_history_user_ids | This local storage item is used to store which users on this device have enabled push notifications. |
| xf_push_notice_dismiss | This cookie is used to determine whether or not a user has dismissed the push notification notice. |
| xf_push_subscription_updated | This cookie is used to determine if a user's push subscription preferences have been updated. |
| xf_session | This cookie is used to store a user's session identifier. |
| xf_style_id | This cookie is used to store a user's selected style. |
| xf_tfa_trust | This cookie is used to determine if a user has previously chosen to trust this device without requiring further two-step verification for a period of time. |
| xf_toggle | This cookie and local storage item are used to store a user's preferences for toggling various controls open or closed. |
| xf_user | This cookie is used to store a user's "remember me" token, allowing their credentials to persist across multiple sessions. |
| xf_visitorCounts | This local storage item is used to store counts of a user's unread conversations and alerts. |
| Optional cookies | |
| We deliver enhanced functionality for your browsing experience by setting these cookies. If you reject them, enhanced functionality will be unavailable. | |
| xf_emoji_usage | This cookie is used to store which emojis a user has recently used when composing a message. |
| xf_from_search | This cookie is used to track when a user has arrived on the site from a search engine. |
| Third-party cookies | |
| Cookies set by third parties may be required to power functionality in conjunction with various service providers for security, analytics, performance or advertising purposes. | |
| Apple Music | These cookies are set by Apple Music, and may be used for displaying embedded content. |
| Dailymotion | These cookies are set by Dailymotion, and may be used for displaying embedded content. |
| These cookies are set by Facebook, and may be used for displaying embedded content. | |
| Flickr | These cookies are set by Flickr, and may be used for displaying embedded content. |
| Giphy | These cookies are set by Giphy, and may be used for displaying embedded content. |
| Google Analytics | These cookies are set by Google Analytics, and may be used for analytics. |
| Google reCAPTCHA | These cookies are set by Google reCAPTCHA, and may be used for verifying legitimate traffic. |
| Imgur | These cookies are set by Imgur, and may be used for displaying embedded content. |
| These cookies are set by Instagram, and may be used for displaying embedded content. | |
| Meta | These cookies are set by Meta, and may be used for displaying embedded content. |
| These cookies are set by Pinterest, and may be used for displaying embedded content. | |
| These cookies are set by Reddit, and may be used for displaying embedded content. | |
| SoundCloud | These cookies are set by SoundCloud, and may be used for displaying embedded content. |
| Spotify | These cookies are set by Spotify, and may be used for displaying embedded content. |
| TikTok | These cookies are set by TikTok, and may be used for displaying embedded content. |
| Tumblr | These cookies are set by Tumblr, and may be used for displaying embedded content. |
| Twitch | These cookies are set by Twitch, and may be used for displaying embedded content. |
| These cookies are set by Twitter, and may be used for displaying embedded content. | |
| Vimeo | These cookies are set by Vimeo, and may be used for displaying embedded content. |
| YouTube | These cookies are set by YouTube, and may be used for analytics, verifying legitimate traffic, or other embedded content. |