pub enum CspRule { FromDefault(HashMap<CspDirective, Vec<CspSource>>), Inherit(String, HashMap<CspDirective, Vec<CspSource>>), FromEmpty(HashMap<CspDirective, Vec<CspSource>>), Empty, }