Manual:$wgFileBlacklist/ja

From MediaWiki.org
Jump to: navigation, search
アップロード: $wgFileBlacklist
アップロードに許可されない拡張子をもったファイル。
導入されたバージョン: 1.2.0
削除されたバージョン: 使用中
可能な値:
デフォルトの値: (下記をご覧下さい。)

他の設定: アルファベット順 | 機能順


[edit] 詳細

アップロードに許可されない拡張子をもったファイル。

  array(
    # HTML may contain cookie-stealing JavaScript and web bugs
    'html', 'htm', 'js', 'jsb',
    # PHP scripts may execute arbitrary code on the server
    'php', 'phtml', 'php3', 'php4', 'php5', 'phps',
    # Other types that may be interpreted by some servers
    'shtml', 'jhtml', 'pl', 'py', 'cgi',
    # May contain harmful executables for Windows victims
    'exe', 'scr', 'dll', 'msi', 'vbs', 'bat', 'com', 'pif', 'cmd', 'vxd', 'cpl' );

[edit] 履歴

  • 'cgi' は 1.3.8 で追加されました。
  • 'js' と 'jsb' は 1.5.0 で追加されました。
  • 'php5' は 1.8.0 で追加されました。

[edit] 関連項目

言語: English  • Italiano • 日本語 • Русский
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox