allowPluginType 40 Source/core/frame/csp/CSPDirectiveList.h bool allowPluginType(const String& type, const String& typeAttribute, const KURL&, ContentSecurityPolicy::ReportingStatus) const; allowPluginType 392 Source/core/frame/csp/ContentSecurityPolicy.cpp if (!m_policies[i]->allowPluginType(type, typeAttribute, url, reportingStatus)) allowPluginType 111 Source/core/frame/csp/ContentSecurityPolicy.h bool allowPluginType(const String& type, const String& typeAttribute, const KURL&, ReportingStatus = SendReport) const; allowPluginType 221 Source/core/html/HTMLAppletElement.cpp || !document().contentSecurityPolicy()->allowPluginType(appletMimeType, appletMimeType, url)) { allowPluginType 547 Source/core/html/HTMLPlugInElement.cpp || !document().contentSecurityPolicy()->allowPluginType(mimeType, declaredMimeType, url)) {