Skip to content

Commit e931937

Browse files
ruibabyJohnNiang
andauthored
Update docs/getting-started/install/config.md
Co-authored-by: John Niang <[email protected]>
1 parent a9a5e1b commit e931937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/install/config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ spring:
7676
| `halo.work-dir` | Halo [工作目录](../prepare.md#工作目录),通常不建议修改 | `${user.home}/.halo2` |
7777
| `halo.external-url` | 网站的实际访问地址,如:`https://www.halo.run` | `http://localhost:8090` |
7878
| `halo.use-absolute-permalink` | 永久链接是否生成为绝对地址,设置为 `true` 时,请确保正确配置了 `halo.external-url` | `false` |
79-
| `halo.security.frame-options.disabled` | 是否允许网站通过 iframe 嵌入 | `false` |
79+
| `halo.security.frame-options.disabled` | 是否禁止网站通过 iframe 嵌入 | `false` |
8080
| `halo.security.frame-options.mode` | iframe 嵌入模式,默认为同源 | `SAMEORIGIN` |
8181
| `halo.security.referrer-options.policy` | | `strict-origin-when-cross-origin` |
8282
| `halo.security.remember-me.token-validity` | 保持登录会话的有效期,默认为 14 天(14d) | `14d` |

0 commit comments

Comments
 (0)