elidedString 499 Source/bindings/v8/ScriptController.cpp m_frame->document()->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Blocked script execution in '" + m_frame->document()->url().elidedString() + "' because the document's frame is sandboxed and the 'allow-scripts' permission is not set."); elidedString 3004 Source/core/dom/Document.cpp String message = "Refused to refresh " + m_url.elidedString() + " to a javascript: URL"; elidedString 3036 Source/core/dom/Document.cpp String message = "Refused to display '" + url().elidedString() + "' in a frame because it set 'X-Frame-Options' to '" + content + "'."; elidedString 314 Source/core/dom/ScriptLoader.cpp contextDocument->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Refused to execute script from '" + resource->url().elidedString() + "' because its MIME type ('" + resource->mimeType() + "') is not executable, and strict MIME type checking is enabled."); elidedString 605 Source/core/fetch/ResourceFetcher.cpp WTF_LOG(ResourceLoading, "ResourceFetcher::requestResource '%s', charset '%s', priority=%d, forPreload=%u, type=%s", url.elidedString().latin1().data(), request.charset().latin1().data(), request.priority(), request.forPreload(), ResourceTypeName(type)); elidedString 816 Source/core/fetch/ResourceFetcher.cpp WTF_LOG(ResourceLoading, "Loading Resource for '%s'.", request.resourceRequest().url().elidedString().latin1().data()); elidedString 973 Source/core/fetch/ResourceFetcher.cpp message = "Unsafe attempt to load URL " + url.elidedString() + '.'; elidedString 975 Source/core/fetch/ResourceFetcher.cpp message = "Unsafe attempt to load URL " + url.elidedString() + " from frame with URL " + m_document->url().elidedString() + ". Domains, protocols and ports must match.\n"; elidedString 134 Source/core/frame/History.cpp exceptionState.throwSecurityError("A history state object with URL '" + fullURL.elidedString() + "' cannot be created in a document with origin '" + m_frame->document()->securityOrigin()->toString() + "'."); elidedString 209 Source/core/frame/csp/CSPDirectiveList.cpp reportViolation(directive->text(), effectiveDirective, prefix + url.elidedString() + "' because it violates the following Content Security Policy directive: \"" + directive->text() + "\"." + suffix + "\n", url); elidedString 218 Source/core/frame/csp/CSPDirectiveList.cpp reportViolation(directive->text(), "frame-ancestors", "Refused to display '" + frame->document()->url().elidedString() + " in a frame because an ancestor violates the following Content Security Policy directive: \"" + directive->text() + "\".", frame->document()->url()); elidedString 267 Source/core/frame/csp/CSPDirectiveList.cpp checkMediaTypeAndReportViolation(m_pluginTypes.get(), type, typeAttribute, "Refused to load '" + url.elidedString() + "' (MIME type '" + typeAttribute + "') because it violates the following Content Security Policy Directive: ") : elidedString 378 Source/core/html/HTMLFormElement.cpp document().addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Blocked form submission to '" + submission->action().elidedString() + "' because the form's frame is sandboxed and the 'allow-forms' permission is not set."); elidedString 1312 Source/core/html/HTMLMediaElement.cpp FrameLoader::reportLocalLoadFailed(frame, url.elidedString()); elidedString 5130 Source/core/html/canvas/WebGLRenderingContextBase.cpp exceptionState.throwSecurityError("The cross-origin image at " + url.elidedString() + " may not be loaded."); elidedString 453 Source/core/loader/DocumentLoader.cpp String message = "Refused to display '" + response.url().elidedString() + "' in a frame because it set 'X-Frame-Options' to '" + content + "'."; elidedString 56 Source/core/loader/FrameFetchContext.cpp FrameLoader::reportLocalLoadFailed(m_frame, url.elidedString()); elidedString 672 Source/core/loader/FrameLoader.cpp reportLocalLoadFailed(m_frame, url.elidedString()); elidedString 1335 Source/core/loader/FrameLoader.cpp m_frame->document()->addConsoleMessageWithRequestIdentifier(JSMessageSource, ErrorMessageLevel, "Multiple 'X-Frame-Options' headers with conflicting values ('" + content + "') encountered when loading '" + url.elidedString() + "'. Falling back to 'DENY'.", requestIdentifier); elidedString 1338 Source/core/loader/FrameLoader.cpp m_frame->document()->addConsoleMessageWithRequestIdentifier(JSMessageSource, ErrorMessageLevel, "Invalid 'X-Frame-Options' header encountered when loading '" + url.elidedString() + "': '" + content + "' is not a recognized directive. The header will be ignored.", requestIdentifier); elidedString 93 Source/core/loader/MixedContentChecker.cpp String message = String(allowed ? "" : "[blocked] ") + "The page at '" + m_frame->document()->url().elidedString() + "' was loaded over HTTPS, but " + action + " insecure content from '" + target.elidedString() + "': this content should also be loaded over HTTPS.\n"; elidedString 63 Source/core/page/CreateWindow.cpp openerFrame.document()->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Blocked opening '" + request.resourceRequest().url().elidedString() + "' in a new window because the request was made in a sandboxed frame whose 'allow-popups' permission is not set."); elidedString 96 Source/core/page/EventSource.cpp exceptionState.throwSecurityError("Refused to connect to '" + fullURL.elidedString() + "' because it violates the document's Content Security Policy."); elidedString 80 Source/core/rendering/shapes/ShapeInfo.cpp String urlString = url.isNull() ? "''" : url.elidedString(); elidedString 62 Source/core/workers/AbstractWorker.cpp exceptionState.throwSecurityError("Script at '" + scriptURL.elidedString() + "' cannot be accessed from origin '" + executionContext()->securityOrigin()->toString() + "'."); elidedString 67 Source/core/workers/AbstractWorker.cpp exceptionState.throwSecurityError("Access to the script at '" + scriptURL.elidedString() + "' is denied by the document's Content Security Policy."); elidedString 233 Source/core/workers/WorkerGlobalScope.cpp exceptionState.throwDOMException(NetworkError, "The script at '" + it->elidedString() + "' failed to load."); elidedString 520 Source/core/xml/XMLHttpRequest.cpp WTF_LOG(Network, "XMLHttpRequest %p open('%s', '%s', %d)", this, method.utf8().data(), url.elidedString().utf8().data(), async); elidedString 548 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwSecurityError("Refused to connect to '" + url.elidedString() + "' because it violates the document's Content Security Policy."); elidedString 851 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwDOMException(m_exceptionCode, "Failed to load '" + m_url.elidedString() + "'."); elidedString 210 Source/modules/websockets/MainThreadWebSocketChannel.cpp const String message = "WebSocket connection to '" + m_handshake->url().elidedString() + "' failed: " + reason; elidedString 285 Source/modules/websockets/MainThreadWebSocketChannel.cpp const String message = "WebSocket connection to '" + m_handshake->url().elidedString() + "' failed: Connection closed before receiving a handshake response"; elidedString 226 Source/modules/websockets/NewWebSocketChannelImpl.cpp const String message = "WebSocket connection to '" + m_url.elidedString() + "' failed: " + reason; elidedString 328 Source/modules/websockets/WebSocket.cpp exceptionState.throwSecurityError("Refused to connect to '" + m_url.elidedString() + "' because it violates the document's Content Security Policy."); elidedString 114 Source/platform/weborigin/KURL.h String elidedString() const; elidedString 123 Source/web/SharedWorkerRepositoryClientImpl.cpp exceptionState.throwDOMException(URLMismatchError, "The location of the SharedWorker named '" + name + "' does not exactly match the provided URL ('" + url.elidedString() + "').");