120564 Copy the dict bleach.ALLOWED_ATTRIBUTES to reduce the risk to side-effects

Authored and Committed by Pierre-Yves Chibon 9 years ago
    Copy the dict bleach.ALLOWED_ATTRIBUTES to reduce the risk to side-effects
    
    This should address @jcline's concern:
    Since `bleach.ALLOWED_ATTRIBUTES` is a mutable dictionary, this modifies
    `bleach.ALLOWED_ATTRIBUTES` itself, so anyone who is using this will
    have tables that allow the class attribute.
    
        
file modified
+1 -1