TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Api.wordpress.org Secret key URL

10 点作者 zengr将近 11 年前

2 条评论

akirk将近 11 年前
This should be renamed: WordPress.org secret-key service<p>As it says in the default wp-config.php of a WordPress installation:<p><pre><code> &#x2F;* * Authentication Unique Keys and Salts. * * Change these to different unique phrases! * You can generate these using the {@link https:&#x2F;&#x2F;api.wordpress.org&#x2F;secret-key&#x2F;1.1&#x2F;salt&#x2F; WordPress.org secret-key service} * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again. * * @since 2.6.0 *&#x2F; define(&#x27;AUTH_KEY&#x27;, &#x27;put your unique phrase here&#x27;); define(&#x27;SECURE_AUTH_KEY&#x27;, &#x27;put your unique phrase here&#x27;); define(&#x27;LOGGED_IN_KEY&#x27;, &#x27;put your unique phrase here&#x27;); define(&#x27;NONCE_KEY&#x27;, &#x27;put your unique phrase here&#x27;); define(&#x27;AUTH_SALT&#x27;, &#x27;put your unique phrase here&#x27;); define(&#x27;SECURE_AUTH_SALT&#x27;, &#x27;put your unique phrase here&#x27;); define(&#x27;LOGGED_IN_SALT&#x27;, &#x27;put your unique phrase here&#x27;); define(&#x27;NONCE_SALT&#x27;, &#x27;put your unique phrase here&#x27;); </code></pre> This page is meant to generate the code to be pasted into a new wp-config.php
fabulist将近 11 年前
Please correct me if I&#x27;m wrong, but this doesn&#x27;t seem like responsible disclosure.
评论 #8127426 未加载