Home | History | Annotate | Download | only in fetch

Lines Matching refs:allowScriptFromSource

505         if (!shouldBypassMainWorldCSP && !csp->allowScriptFromSource(url, cspReporting))
510 if (!shouldBypassMainWorldCSP && !csp->allowScriptFromSource(url, cspReporting))
515 if (!frame()->loader().client()->allowScriptFromSource(!settings || settings->scriptEnabled(), url)) {