Merge "Make $wgMWLoggerDefaultSpi more expressive"
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index d828f38..6b937ea 100644 (file)
@@ -3079,6 +3079,7 @@ $wgEditPageFrameOptions = 'DENY';
  *   - 'DENY': Do not allow framing. This is recommended for most wikis.
  *   - 'SAMEORIGIN': Allow framing by pages on the same domain.
  *   - false: Allow all framing.
+ * Note: $wgBreakFrames will override this for human formatted API output.
  */
 $wgApiFrameOptions = 'DENY';