Changeset bb2009 in indico for etc/indico.conf.sample


Ignore:
Timestamp:
10/29/09 17:21:24 (4 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
d49d86
Parents:
626e2c
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (10/29/09 10:45:51)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (10/29/09 17:21:24)
Message:

[FIXED] Default level of HTML sanitization

  • should be 2 instead of 1
  • fixed the description of level 2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • etc/indico.conf.sample

    ree7408 rbb2009  
    2323# Possible values of SanitizationLevel: 
    2424#    0: Escape all HTML tags 
    25 #    1: Raise error if FORM or IFRAME tags are used 
     25#    1: Raise error if styles are used 
    2626#    2: Raise error if SCRIPT tag is used 
    2727#    3: No input filtering is done (DANGEROUS!) 
    2828 
    29 SanitizationLevel    = 1 
     29SanitizationLevel    = 2 
    3030 
    3131 
Note: See TracChangeset for help on using the changeset viewer.