SecurityMessageSource 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."); SecurityMessageSource 3005 Source/core/dom/Document.cpp addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, message); SecurityMessageSource 3011 Source/core/dom/Document.cpp addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, message); SecurityMessageSource 3042 Source/core/dom/Document.cpp addConsoleMessageWithRequestIdentifier(SecurityMessageSource, ErrorMessageLevel, message, requestIdentifier); SecurityMessageSource 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."); SecurityMessageSource 977 Source/core/fetch/ResourceFetcher.cpp frame()->document()->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, message); SecurityMessageSource 889 Source/core/frame/DOMWindow.cpp pageConsole()->addMessage(SecurityMessageSource, ErrorMessageLevel, message, stackTrace); SecurityMessageSource 47 Source/core/frame/csp/CSPDirectiveList.cpp m_policy->client()->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, message); SecurityMessageSource 54 Source/core/frame/csp/CSPDirectiveList.cpp m_policy->client()->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, message, contextURL, contextLine.oneBasedInt()); SecurityMessageSource 61 Source/core/frame/csp/CSPDirectiveList.cpp m_policy->client()->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, message, state); SecurityMessageSource 766 Source/core/frame/csp/ContentSecurityPolicy.cpp m_client->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, message); SecurityMessageSource 206 Source/core/html/HTMLFormControlElement.cpp element->document().addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Blocked autofocusing on a form control because the form's frame is sandboxed and the 'allow-scripts' permission is not set."); SecurityMessageSource 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."); SecurityMessageSource 297 Source/core/html/parser/XSSAuditor.cpp document->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Error parsing header X-XSS-Protection: " + headerValue + ": " + errorDetails + " at character position " + String::format("%u", errorPosition) + ". The default protections will be applied."); SecurityMessageSource 153 Source/core/inspector/ConsoleMessage.cpp case SecurityMessageSource: return TypeBuilder::Console::ConsoleMessage::Source::Security; SecurityMessageSource 454 Source/core/loader/DocumentLoader.cpp frame()->document()->addConsoleMessageWithRequestIdentifier(SecurityMessageSource, ErrorMessageLevel, message, identifier); SecurityMessageSource 755 Source/core/loader/FrameLoader.cpp frame->document()->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Not allowed to load local resource: " + url); SecurityMessageSource 95 Source/core/loader/MixedContentChecker.cpp m_frame->document()->addConsoleMessage(SecurityMessageSource, messageLevel, message); SecurityMessageSource 88 Source/core/loader/TextTrackLoader.cpp m_document.addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, consoleMessage); SecurityMessageSource 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."); SecurityMessageSource 58 Source/core/page/PointerLockController.cpp target->document().addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Blocked pointer lock on an element because the element's frame is sandboxed and the 'allow-pointer-lock' permission is not set."); SecurityMessageSource 81 Source/core/rendering/shapes/ShapeInfo.cpp document.addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Unsafe attempt to load URL " + urlString + ".");