We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a5e1b commit e931937Copy full SHA for e931937
docs/getting-started/install/config.md
@@ -76,7 +76,7 @@ spring:
76
| `halo.work-dir` | Halo [工作目录](../prepare.md#工作目录),通常不建议修改 | `${user.home}/.halo2` |
77
| `halo.external-url` | 网站的实际访问地址,如:`https://www.halo.run` | `http://localhost:8090` |
78
| `halo.use-absolute-permalink` | 永久链接是否生成为绝对地址,设置为 `true` 时,请确保正确配置了 `halo.external-url` | `false` |
79
-| `halo.security.frame-options.disabled` | 是否允许网站通过 iframe 嵌入 | `false` |
+| `halo.security.frame-options.disabled` | 是否禁止网站通过 iframe 嵌入 | `false` |
80
| `halo.security.frame-options.mode` | iframe 嵌入模式,默认为同源 | `SAMEORIGIN` |
81
| `halo.security.referrer-options.policy` | | `strict-origin-when-cross-origin` |
82
| `halo.security.remember-me.token-validity` | 保持登录会话的有效期,默认为 14 天(14d) | `14d` |
0 commit comments