Jump to content

Manual:$wgBreakFrames: Difference between revisions

From mediawiki.org
Content deleted Content added
Rejected the last 2 text changes (by 89.9.84.129) and restored revision 411611 by Bawolff
Line 17: Line 17:
==See also==
==See also==
*[[Manual:$wgEditPageFrameOptions]]
*[[Manual:$wgEditPageFrameOptions]]
*[[Manual:$wgApiFrameOptions]]
{{languages}}
{{languages}}

Revision as of 02:27, 8 November 2013

Site customization: $wgBreakFrames
Break out of framesets. This can be used to prevent external sites from framing your site with ads.
Introduced in version:1.9.0 (r18220)
Removed in version:Still in use
Allowed values:(boolean)
Default value:false

Details

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.

Note, since MediaWiki 1.16.1, certain pages (like edit pages) automatically have frames broken by default to prevent click jacking attacks.

See also