EnforceConnectSrcDirective 443 Source/core/loader/DocumentThreadableLoader.cpp if (m_options.contentSecurityPolicyEnforcement != EnforceConnectSrcDirective) EnforceConnectSrcDirective 68 Source/core/loader/ThreadableLoader.h , contentSecurityPolicyEnforcement(EnforceConnectSrcDirective) EnforceConnectSrcDirective 145 Source/core/page/EventSource.cpp options.contentSecurityPolicyEnforcement = ContentSecurityPolicy::shouldBypassMainWorld(executionContext()) ? DoNotEnforceContentSecurityPolicy : EnforceConnectSrcDirective; EnforceConnectSrcDirective 820 Source/core/xml/XMLHttpRequest.cpp options.contentSecurityPolicyEnforcement = ContentSecurityPolicy::shouldBypassMainWorld(executionContext()) ? DoNotEnforceContentSecurityPolicy : EnforceConnectSrcDirective;