Manual:$wgBreakFrames/ko
Appearance
| Security: $wgBreakFrames | |
|---|---|
| Break out of framesets. This can be used to prevent external sites from framing your site with ads. |
|
| 이 변수가 소개된 버전: | 1.9.0 (r18220) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (boolean) |
| 기본값: | false |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
Break out of framesets. This can be used to prevent external sites from framing your site. If set to "true" it will also prevent positive uses of frames.
Since MediaWiki 1.16.1, certain pages (like edit pages) automatically have frames broken by default to prevent clickjacking attacks.
If you set this configuration parameter to
true you no longer need to configure X-Frame-Options on the level of your wiki's virtual host. DENY will be set.