Manual:$wgApiFrameOptions/fr
Sécurité: $wgApiFrameOptions | |
---|---|
Control framing of api pages. |
|
Introduit dans la version : | 1.20.0 (Gerrit change 20472; git #32b99b11) |
Retiré dans la version : | Encore utilisé |
Valeurs autorisées : | (string) or false |
Valeur par défaut : | 'DENY' |
Autres paramètres : Alphabétique | Par Fonction |
Détails
Disallow framing of API pages directly, by setting the X-Frame-Options header. Since the API returns CSRF tokens, allowing the results to be framed can compromise your user's account security.
Les options sont:
- 'DENY' - Do not allow framing. This is recommended for most wikis.
- 'SAMEORIGIN' - Allow framing by pages on the same domain.
- false - Allow all framing.