Skip to content
Snippets Groups Projects
Commit cb002c1f authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Clarify possible preview providers for type Office

a
parent 341cba1b
Branches
No related tags found
No related merge requests found
......@@ -294,7 +294,11 @@ $CONFIG = array(
* - OC\Preview\MarkDown
*
* The following providers are disabled by default due to performance or privacy concerns:
* - OC\Preview\Office
* - OC\Preview\MSOfficeDoc
* - OC\Preview\MSOffice2003
* - OC\Preview\MSOffice2007
* - OC\Preview\OpenDocument
* - OC\Preview\StarOffice
* - OC\Preview\SVG
* - OC\Preview\Movies
* - OC\Preview\PDF
......
......@@ -683,8 +683,12 @@ class Preview {
* - OC\Preview\MarkDown
*
* The following providers are disabled by default due to performance or privacy concerns:
* - OC\Preview\Office
* - OC\Preview\SVG
* - OC\Preview\MSOfficeDoc
* - OC\Preview\MSOffice2003
* - OC\Preview\MSOffice2007
* - OC\Preview\OpenDocument
* - OC\Preview\StarOffice
* - OC\Preview\SVG
* - OC\Preview\Movies
* - OC\Preview\PDF
* - OC\Preview\Tiff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment