allowFontFromSource 526 Source/core/fetch/ResourceFetcher.cpp if (!shouldBypassMainWorldContentSecurityPolicy && !m_document->contentSecurityPolicy()->allowFontFromSource(url)) allowFontFromSource 47 Source/core/frame/csp/CSPDirectiveList.h bool allowFontFromSource(const KURL&, ContentSecurityPolicy::ReportingStatus) const; allowFontFromSource 455 Source/core/frame/csp/ContentSecurityPolicy.cpp return isAllowedByAllWithURL<&CSPDirectiveList::allowFontFromSource>(m_policies, url, reportingStatus); allowFontFromSource 118 Source/core/frame/csp/ContentSecurityPolicy.h bool allowFontFromSource(const KURL&, ReportingStatus = SendReport) const;