enterprisemediawiki / meza

Setup an enterprise MediaWiki server with simple commands
MIT License
41 stars 27 forks source link

Create recommended-enterprise-settings.php #340

Open jamesmontalvo3 opened 8 years ago

jamesmontalvo3 commented 8 years ago

Create a settings file of common deltas to the stock meza config. These are things that we may not want to enable by default in meza, but that a lot of enterprise users may want enabled.

jamesmontalvo3 commented 8 years ago

Recommended additions:

// to support local (UNC) links
$wgUrlProtocols[] = "file://";

// remove "this file type may contain malicious code" warning
$wgTrustedMediaFormats[] = "application/vnd.openxmlformats-officedocument.wordprocessingml.document";
$wgTrustedMediaFormats[] = "application/vnd.openxmlformats-officedocument.presentationml.presentation";
$wgTrustedMediaFormats[] = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";