496497498499500501502
String defType = request.getParameter("aura.deftype"); if ("APPLICATION".equals(defType) || "COMPONENT".equals(defType)) { inlineStyle = true; // apps and components allow inlines. Sigh. } } return new DefaultContentSecurityPolicy(inlineStyle); }