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.