Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
soft:dokuwiki_memo [2021/06/04 02:17] – Ce Zhang | soft:dokuwiki_memo [2021/07/29 05:07] (current) – Ce Zhang | ||
---|---|---|---|
Line 14: | Line 14: | ||
</ | </ | ||
+ | |||
+ | log 210604: uncomment several types; | ||
+ | |||
+ | vi / | ||
+ | < | ||
+ | # You should enable HTML and Text uploads only for restricted Wikis. | ||
+ | # Spammers are known to upload spam pages through unprotected Wikis. | ||
+ | # Note: Enabling HTML opens Cross Site Scripting vulnerabilities | ||
+ | # | ||
+ | # need to disable the iexssprotect option additionally to | ||
+ | # | ||
+ | html text/html | ||
+ | htm | ||
+ | txt | ||
+ | conf text/plain | ||
+ | xml | ||
+ | csv | ||
+ | |||
+ | </ |