HTTP/1.1 200
Date: Sat, 06 Sep 2025 11:15:13 GMT
Server: server
Content-Security-Policy: worker-src 'none';connect-src *.googleapis.com *.gstatic.com 'self';frame-ancestors 'self';img-src * 'self' data:;form-action 'self';script-src 'strict-dynamic' http: 'nonce-B0e44C111A977c81aCE95835FF9' 'self' 'report-sample' https: 'unsafe-eval';media-src 'none';object-src 'none';font-src *.gstatic.com *.googleapis.com 'self';base-uri 'none';style-src *.mqcdn.com *.googleapis.com 'unsafe-inline' 'self';
X-XSS-Protection: 1; mode=block
Referrer-Policy: strict-origin-when-cross-origin
X-Frame-Options: SameOrigin
X-Content-Type-Options: nosniff
Pragma: no-cache
Cache-control: no-cache, no-store, must-revalidate
Expires: Wed, 27 Aug 2025 11:15:13 GMT
Content-Type: text/html;charset=UTF-8
Content-Language: en
Vary: Accept-Encoding
Set-Cookie: JSESSIONID=346C14233A5160D919BD73E621B03A07; Path=/mifs; Secure; HttpOnly;SameSite=lax
Connection: close
Transfer-Encoding: chunked
36
<!DOCTYPE html>
<html lang="en">
<head>
9122
<script nonce=B0e44C111A977c81aCE95835FF9>window.nonce = "B0e44C111A977c81aCE95835FF9"</script><script nonce = B0e44C111A977c81aCE95835FF9>!function(modules){var installedModules={};function __webpack_require__(moduleId){if(installedModules[moduleId])return installedModules[moduleId].exports;var module=installedModules[moduleId]={i:moduleId,l:!1,exports:{}};return modules[moduleId].call(module.exports,module,module.exports,__webpack_require__),module.l=!0,module.exports}__webpack_require__.m=modules,__webpack_require__.c=installedModules,__webpack_require__.d=function(exports,name,getter){__webpack_require__.o(exports,name)||Object.defineProperty(exports,name,{configurable:!1,enumerable:!0,get:getter})},__webpack_require__.n=function(module){var getter=module&&module.__esModule?function(){return module.default}:function(){return module};return __webpack_require__.d(getter,"a",getter),getter},__webpack_require__.o=function(object,property){return Object.prototype.hasOwnProperty.call(object,property)},__webpack_require__.p="/dist/",__webpack_require__(__webpack_require__.s=0)}([function(module,exports,__webpack_require__){"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var documentwrite_1=__webpack_require__(1),mutations_1=__webpack_require__(2),nonce=window.nonce;delete window.nonce,documentwrite_1.setup(nonce),mutations_1.setup()},function(module,exports,__webpack_require__){"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.setup=function(nonce){var old_docwrite=document.write.bind(document);document.write=function(content){var doc=(new DOMParser).parseFromString("<body>"+content+"</body>","text/html"),scripts=doc.getElementsByTagName("script");if(0===scripts.length)old_docwrite(content);else{for(var i=0;i<scripts.length;i++){var script=scripts[i];script.hasAttribute("nonce")||script.setAttribute("nonce",nonce)}var new_content=doc.body.innerHTML;console.log(new_content),old_docwrite(new_content)}},document.writeln=function(content){document.write(content+"\n")}}},function(module,exports){var MutationObserverCtor,__extends=this.__extends||function(d,b){for(var p in b)b.hasOwnProperty(p)&&(d[p]=b[p]);function __(){this.constructor=d}__.prototype=b.prototype,d.prototype=new __};if(void 0===(MutationObserverCtor="undefined"!=typeof WebKitMutationObserver?WebKitMutationObserver:MutationObserver))throw console.error("DOM Mutation Observers are required."),console.error("https://developer.mozilla.org/en-US/docs/DOM/MutationObserver"),Error("DOM Mutation Observers are required");var Movement,NodeMap=function(){function NodeMap(){this.nodes=[],this.values=[]}return NodeMap.prototype.isIndex=function(s){return+s==s>>>0},NodeMap.prototype.nodeId=function(node){var id=node[NodeMap.ID_PROP];return id||(id=node[NodeMap.ID_PROP]=NodeMap.nextId_++),id},NodeMap.prototype.set=function(node,value){var id=this.nodeId(node);this.nodes[id]=node,this.values[id]=value},NodeMap.prototype.get=function(node){var id=this.nodeId(node);return this.values[id]},NodeMap.prototype.has=function(node){return this.nodeId(node)in this.nodes},NodeMap.prototype.delete=function(node){var id=this.nodeId(node);delete this.nodes[id],this.values[id]=void 0},NodeMap.prototype.keys=function(){var nodes=[];for(var id in this.nodes)this.isIndex(id)&&nodes.push(this.nodes[id]);return nodes},NodeMap.ID_PROP="__mutation_summary_node_map_id__",NodeMap.nextId_=1,NodeMap}();!function(Movement){Movement[Movement.STAYED_OUT=0]="STAYED_OUT",Movement[Movement.ENTERED=1]="ENTERED",Movement[Movement.STAYED_IN=2]="STAYED_IN",Movement[Movement.REPARENTED=3]="REPARENTED",Movement[Movement.REORDERED=4]="REORDERED",Movement[Movement.EXITED=5]="EXITED"}(Movement||(Movement={}));var NodeChange=function(){function NodeChange(node,childList,attributes,characterData,oldParentNode,added,attributeOldValues,characterDataOldValue){void 0===childList&&(childList=!1),void 0===attributes&&(attributes=!1),void 0===characterData&&(characterData=!1),void 0===oldParentNode&&(oldParentNode=null),void 0===added&&(added=!1),void 0===attributeOldValues&&(attributeOldValues=null),void 0===characterDataOldValue&&(characterDataOldValue=null),this.node=node,this.childList=childList,this.attributes=attributes,this.characterData=characterData,this.oldParentNode=oldParentNode,this.added=added,this.attributeOldValues=attributeOldValues,this.characterDataOldValue=characterDataOldValue,this.isCaseInsensitive=this.node.nodeType===Node.ELEMENT_NODE&&this.node instanceof HTMLElement&&this.node.ownerDocument instanceof HTMLDocument}return NodeChange.prototype.getAttributeOldValue=function(name){if(this.attributeOldValues)return this.isCaseInsensitive&&(name=name.toLowerCase()),this.attributeOldValues[name]},NodeChange.prototype.getAttributeNamesMutated=function(){var names=[];if(!this.attributeOldValues)return names;for(var name in this.attributeOldValues)names.push(name);return names},NodeChange.prototype.attributeMutated=function(name,oldValue){this.attributes=!0,this.attributeOldValues=this.attributeOldValues||{},name in this.attributeOldValues||(this.attributeOldValues[name]=oldValue)},NodeChange.prototype.characterDataMutated=function(oldValue){this.characterData||(this.characterData=!0,this.characterDataOldValue=oldValue)},NodeChange.prototype.removedFromParent=function(parent){this.childList=!0,this.added||this.oldParentNode?this.added=!1:this.oldParentNode=parent},NodeChange.prototype.insertedIntoParent=function(){this.childList=!0,this.added=!0},NodeChange.prototype.getOldParent=function(){if(this.childList){if(this.oldParentNode)return this.oldParentNode;if(this.added)return null}return this.node.parentNode},NodeChange}(),ChildListChange=function(){return function(){this.added=new NodeMap,this.removed=new NodeMap,this.maybeMoved=new NodeMap,this.oldPrevious=new NodeMap,this.moved=void 0}}(),TreeChanges=function(_super){function TreeChanges(rootNode,mutations){_super.call(this),this.rootNode=rootNode,this.reachableCache=void 0,this.wasReachableCache=void 0,this.anyParentsChanged=!1,this.anyAttributesChanged=!1,this.anyCharacterDataChanged=!1;for(var m=0;m<mutations.length;m++){var mutation=mutations[m];switch(mutation.type){case"childList":this.anyParentsChanged=!0;for(var i=0;i<mutation.removedNodes.length;i++){var node=mutation.removedNodes[i];this.getChange(node).removedFromParent(mutation.target)}for(i=0;i<mutation.addedNodes.length;i++){node=mutation.addedNodes[i];this.getChange(node).insertedIntoParent()}break;case"attributes":this.anyAttributesChanged=!0,this.getChange(mutation.target).attributeMutated(mutation.attributeName,mutation.oldValue);break;case"characterData":this.anyCharacterDataChanged=!0,this.getChange(mutation.target).characterDataMutated(mutation.oldValue)}}}return __extends(TreeChanges,_super),TreeChanges.prototype.getChange=function(node){var change=this.get(node);return change||(change=new NodeChange(node),this.set(node,change)),change},TreeChanges.prototype.getOldParent=function(node){var change=this.get(node);return change?change.getOldParent():node.parentNode},TreeChanges.prototype.getIsReachable=function(node){if(node===this.rootNode)return!0;if(!node)return!1;this.reachableCache=this.reachableCache||new NodeMap;var isReachable=this.reachableCache.get(node);return void 0===isReachable&&(isReachable=this.getIsReachable(node.parentNode),this.reachableCache.set(node,isReachable)),isReachable},TreeChanges.prototype.getWasReachable=function(node){if(node===this.rootNode)return!0;if(!node)return!1;this.wasReachableCache=this.wasReachableCache||new NodeMap;var wasReachable=this.wasReachableCache.get(node);return void 0===wasReachable&&(wasReachable=this.getWasReachable(this.getOldParent(node)),this.wasReachableCache.set(node,wasReachable)),wasReachable},TreeChanges.prototype.reachabilityChange=function(node){return this.getIsReachable(node)?this.getWasReachable(node)?Movement.STAYED_IN:Movement.ENTERED:this.getWasReachable(node)?Movement.EXITED:Movement.STAYED_OUT},TreeChanges}(NodeMap),MutationProjection=function(){function MutationProjection(rootNode,mutations,selectors,calcReordered,calcOldPreviousSibling){this.rootNode=rootNode,this.mutations=mutations,this.selectors=selectors,this.calcReordered=calcReordered,this.calcOldPreviousSibling=calcOldPreviousSibling,this.treeChanges=new TreeChanges(rootNode,mutations),this.entered=[],this.exited=[],this.stayedIn=new NodeMap,this.visited=new NodeMap,this.childListChangeMap=void 0,this.characterDataOnly=void 0,this.matchCache=void 0,this.processMutations()}return MutationProjection.prototype.processMutations=function(){if(this.treeChanges.anyParentsChanged||this.treeChanges.anyAttributesChanged)for(var changedNodes=this.treeChanges.keys(),i=0;i<changedNodes.length;i++)this.visitNode(changedNodes[i],void 0)},MutationProjection.prototype.visitNode=function(node,parentReachable){if(!this.visited.has(node)){this.visited.set(node,!0);var change=this.treeChanges.get(node),reachable=parentReachable;if((change&&change.childList||void 0==reachable)&&(reachable=this.treeChanges.reachabilityChange(node)),reachable!==Movement.STAYED_OUT){if(this.matchabilityChange(node),reachable===Movement.ENTERED)this.entered.push(node);else if(reachable===Movement.EXITED)this.exited.push(node),this.ensureHasOldPreviousSiblingIfNeeded(node);else if(reachable===Movement.STAYED_IN){var movement=Movement.STAYED_IN;change&&change.childList&&(change.oldParentNode!==node.parentNode?(movement=Movement.REPARENTED,this.ensureHasOldPreviousSiblingIfNeeded(node)):this.calcReordered&&this.wasReordered(node)&&(movement=Movement.REORDERED)),this.stayedIn.set(node,movement)}if(reachable!==Movement.STAYED_IN)for(var child=node.firstChild;child;child=child.nextSibling)this.visitNode(child,reachable)}}},MutationProjection.prototype.ensureHasOldPreviousSiblingIfNeeded=function(node){if(this.calcOldPreviousSibling){this.processChildlistChanges();var parentNode=node.parentNode,nodeChange=this.treeChanges.get(node);nodeChange&&nodeChange.oldParentNode&&(parentNode=nodeChange.oldParentNode);var change=this.childListChangeMap.get(parentNode);change||(change=new ChildListChange,this.childListChangeMap.set(parentNode,change)),change.oldPrevious.has(node)||change.oldPrevious.set(node,node.previousSibling)}},MutationProjection.prototype.getChanged=function(summary,selectors,characterDataOnly){this.selectors=selectors,this.characterDataOnly=characterDataOnly;for(var i=0;i<this.entered.length;i++){var node=this.entered[i];(matchable=this.matchabilityChange(node))!==Movement.ENTERED&&matchable!==Movement.STAYED_IN||summary.added.push(node)}var stayedInNodes=this.stayedIn.keys();for(i=0;i<stayedInNodes.length;i++){node=stayedInNodes[i];if((matchable=this.matchabilityChange(node))===Movement.ENTERED)summary.added.push(node);else if(matchable===Movement.EXITED)summary.removed.push(node);else if(matchable===Movement.STAYED_IN&&(summary.reparented||summary.reordered)){var movement=this.stayedIn.get(node);summary.reparented&&movement===Movement.REPARENTED?summary.reparented.push(node):summary.reordered&&movement===Movement.REORDERED&&summary.reordered.push(node)}}for(i=0;i<this.exited.length;i++){var matchable;node=this.exited[i];(matchable=this.matchabilityChange(node))!==Movement.EXITED&&matchable!==Movement.STAYED_IN||summary.removed.push(node)}},MutationProjection.prototype.getOldParentNode=function(node){var change=this.treeChanges.get(node);if(change&&change.childList)return change.oldParentNode?change.oldParentNode:null;var reachabilityChange=this.treeChanges.reachabilityChange(node);if(reachabilityChange===Movement.STAYED_OUT||reachabilityChange===Movement.ENTERED)throw Error("getOldParentNode requested on invalid node.");return node.parentNode},MutationProjection.prototype.getOldPreviousSibling=function(node){var parentNode=node.parentNode,nodeChange=this.treeChanges.get(node);nodeChange&&nodeChange.oldParentNode&&(parentNode=nodeChange.oldParentNode);var change=this.childListChangeMap.get(parentNode);if(!change)throw Error("getOldPreviousSibling requested on invalid node.");return change.oldPrevious.get(node)},MutationProjection.prototype.getOldAttribute=function(element,attrName){var change=this.treeChanges.get(element);if(!change||!change.attributes)throw Error("getOldAttribute requested on invalid node.");var value=change.getAttributeOldValue(attrName);if(void 0===value)throw Error("getOldAttribute requested for unchanged attribute name.");return value},MutationProjection.prototype.attributeChangedNodes=function(includeAttributes){if(!this.treeChanges.anyAttributesChanged)return{};var attributeFilter,caseInsensitiveFilter;if(includeAttributes){attributeFilter={},caseInsensitiveFilter={};for(var i=0;i<includeAttributes.length;i++){attributeFilter[attrName=includeAttributes[i]]=!0,caseInsensitiveFilter[attrName.toLowerCase()]=attrName}}var result={},nodes=this.treeChanges.keys();for(i=0;i<nodes.length;i++){var node=nodes[i],change=this.treeChanges.get(node);if(change.attributes&&(Movement.STAYED_IN===this.treeChanges.reachabilityChange(node)&&Movement.STAYED_IN===this.matchabilityChange(node)))for(var element=node,changedAttrNames=change.getAttributeNamesMutated(),j=0;j<changedAttrNames.length;j++){var attrName=changedAttrNames[j];if(!attributeFilter||attributeFilter[attrName]||change.isCaseInsensitive&&caseInsensitiveFilter[attrName])change.getAttributeOldValue(attrName)!==element.getAttribute(attrName)&&(caseInsensitiveFilter&&change.isCaseInsensitive&&(attrName=caseInsensitiveFilter[attrName]),result[attrName]=result[attrName]||[],result[attrName].push(element))}}return result},MutationProjection.prototype.getOldCharacterData=function(node){var change=this.treeChanges.get(node);if(!change||!change.characterData)throw Error("getOldCharacterData requested on invalid node.");return change.characterDataOldValue},MutationProjection.prototype.getCharacterDataChanged=function(){if(!this.treeChanges.anyCharacterDataChanged)return[];for(var nodes=this.treeChanges.keys(),result=[],i=0;i<nodes.length;i++){var target=nodes[i];if(Movement.STAYED_IN===this.treeChanges.reachabilityChange(target)){var change=this.treeChanges.get(target);change.characterData&&target.textContent!=change.characterDataOldValue&&result.push(target)}}return result},MutationProjection.prototype.computeMatchabilityChange=function(selector,el){this.matchCache||(this.matchCache=[]),this.matchCache[selector.uid]||(this.matchCache[selector.uid]=new NodeMap);var cache=this.matchCache[selector.uid],result=cache.get(el);return void 0===result&&(result=selector.matchabilityChange(el,this.treeChanges.get(el)),cache.set(el,result)),result},MutationProjection.prototype.matchabilityChange=function(node){var _this=this;if(this.characterDataOnly)switch(node.nodeType){case Node.COMMENT_NODE:case Node.TEXT_NODE:return Movement.STAYED_IN;default:return Movement.STAYED_OUT}if(!this.selectors)return Movement.STAYED_IN;if(node.nodeType!==Node.ELEMENT_NODE)return Movement.STAYED_OUT;for(var el=node,matchChanges=this.selectors.map(function(selector){return _this.computeMatchabilityChange(selector,el)}),accum=Movement.STAYED_OUT,i=0;accum!==Movement.STAYED_IN&&i<matchChanges.length;){switch(matchChanges[i]){case Movement.STAYED_IN:accum=Movement.STAYED_IN;break;case Movement.ENTERED:accum=accum===Movement.EXIT
{
"@category" : "datascan",
"@timestamp" : "2025-09-06T11:15:13.000Z",
"app" : {
"extract" : {
"domain" : [
"mozilla.org"
],
"hostname" : [
"developer.mozilla.org"
],
"url" : [
"https://developer.mozilla.org/en-US/docs/DOM/MutationObserver"
]
},
"http" : {
"bodymd5" : "cb23bd8f5b59d803320269fbea8110b3",
"bodymmh3" : -880815898,
"component" : [
{
"productvendor" : "MobileIron",
"product" : "Core"
},
{
"product" : "Java",
"productvendor" : "Oracle"
}
],
"headermd5" : "cbf2bd281f2f75da3ebedaf18a694485",
"headermmh3" : 1937673469
},
"length" : 16384
},
"asn" : "AS61157",
"basicconstraints" : "critical",
"ca" : "false",
"country" : "DE",
"cpe" : "<enterprise field>: cpe",
"cpecount" : "<enterprise field>: cpecount",
"data" : "HTTP/1.1 200 \r\nDate: Sat, 06 Sep 2025 11:15:13 GMT\r\nServer: server\r\nContent-Security-Policy: worker-src 'none';connect-src *.googleapis.com *.gstatic.com 'self';frame-ancestors 'self';img-src * 'self' data:;form-action 'self';script-src 'strict-dynamic' http: 'nonce-B0e44C111A977c81aCE95835FF9' 'self' 'report-sample' https: 'unsafe-eval';media-src 'none';object-src 'none';font-src *.gstatic.com *.googleapis.com 'self';base-uri 'none';style-src *.mqcdn.com *.googleapis.com 'unsafe-inline' 'self';\r\nX-XSS-Protection: 1; mode=block\r\nReferrer-Policy: strict-origin-when-cross-origin\r\nX-Frame-Options: SameOrigin\r\nX-Content-Type-Options: nosniff\r\nPragma: no-cache\r\nCache-control: no-cache, no-store, must-revalidate\r\nExpires: Wed, 27 Aug 2025 11:15:13 GMT\r\nContent-Type: text/html;charset=UTF-8\r\nContent-Language: en\r\nVary: Accept-Encoding\r\nSet-Cookie: JSESSIONID=346C14233A5160D919BD73E621B03A07; Path=/mifs; Secure; HttpOnly;SameSite=lax\r\nConnection: close\r\nTransfer-Encoding: chunked\r\n\r\n36\r\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\r\n9122\r\n<script nonce=B0e44C111A977c81aCE95835FF9>window.nonce = \"B0e44C111A977c81aCE95835FF9\"</script><script nonce = B0e44C111A977c81aCE95835FF9>!function(modules){var installedModules={};function __webpack_require__(moduleId){if(installedModules[moduleId])return installedModules[moduleId].exports;var module=installedModules[moduleId]={i:moduleId,l:!1,exports:{}};return modules[moduleId].call(module.exports,module,module.exports,__webpack_require__),module.l=!0,module.exports}__webpack_require__.m=modules,__webpack_require__.c=installedModules,__webpack_require__.d=function(exports,name,getter){__webpack_require__.o(exports,name)||Object.defineProperty(exports,name,{configurable:!1,enumerable:!0,get:getter})},__webpack_require__.n=function(module){var getter=module&&module.__esModule?function(){return module.default}:function(){return module};return __webpack_require__.d(getter,\"a\",getter),getter},__webpack_require__.o=function(object,property){return Object.prototype.hasOwnProperty.call(object,property)},__webpack_require__.p=\"/dist/\",__webpack_require__(__webpack_require__.s=0)}([function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0});var documentwrite_1=__webpack_require__(1),mutations_1=__webpack_require__(2),nonce=window.nonce;delete window.nonce,documentwrite_1.setup(nonce),mutations_1.setup()},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.setup=function(nonce){var old_docwrite=document.write.bind(document);document.write=function(content){var doc=(new DOMParser).parseFromString(\"<body>\"+content+\"</body>\",\"text/html\"),scripts=doc.getElementsByTagName(\"script\");if(0===scripts.length)old_docwrite(content);else{for(var i=0;i<scripts.length;i++){var script=scripts[i];script.hasAttribute(\"nonce\")||script.setAttribute(\"nonce\",nonce)}var new_content=doc.body.innerHTML;console.log(new_content),old_docwrite(new_content)}},document.writeln=function(content){document.write(content+\"\\n\")}}},function(module,exports){var MutationObserverCtor,__extends=this.__extends||function(d,b){for(var p in b)b.hasOwnProperty(p)&&(d[p]=b[p]);function __(){this.constructor=d}__.prototype=b.prototype,d.prototype=new __};if(void 0===(MutationObserverCtor=\"undefined\"!=typeof WebKitMutationObserver?WebKitMutationObserver:MutationObserver))throw console.error(\"DOM Mutation Observers are required.\"),console.error(\"https://developer.mozilla.org/en-US/docs/DOM/MutationObserver\"),Error(\"DOM Mutation Observers are required\");var Movement,NodeMap=function(){function NodeMap(){this.nodes=[],this.values=[]}return NodeMap.prototype.isIndex=function(s){return+s==s>>>0},NodeMap.prototype.nodeId=function(node){var id=node[NodeMap.ID_PROP];return id||(id=node[NodeMap.ID_PROP]=NodeMap.nextId_++),id},NodeMap.prototype.set=function(node,value){var id=this.nodeId(node);this.nodes[id]=node,this.values[id]=value},NodeMap.prototype.get=function(node){var id=this.nodeId(node);return this.values[id]},NodeMap.prototype.has=function(node){return this.nodeId(node)in this.nodes},NodeMap.prototype.delete=function(node){var id=this.nodeId(node);delete this.nodes[id],this.values[id]=void 0},NodeMap.prototype.keys=function(){var nodes=[];for(var id in this.nodes)this.isIndex(id)&&nodes.push(this.nodes[id]);return nodes},NodeMap.ID_PROP=\"__mutation_summary_node_map_id__\",NodeMap.nextId_=1,NodeMap}();!function(Movement){Movement[Movement.STAYED_OUT=0]=\"STAYED_OUT\",Movement[Movement.ENTERED=1]=\"ENTERED\",Movement[Movement.STAYED_IN=2]=\"STAYED_IN\",Movement[Movement.REPARENTED=3]=\"REPARENTED\",Movement[Movement.REORDERED=4]=\"REORDERED\",Movement[Movement.EXITED=5]=\"EXITED\"}(Movement||(Movement={}));var NodeChange=function(){function NodeChange(node,childList,attributes,characterData,oldParentNode,added,attributeOldValues,characterDataOldValue){void 0===childList&&(childList=!1),void 0===attributes&&(attributes=!1),void 0===characterData&&(characterData=!1),void 0===oldParentNode&&(oldParentNode=null),void 0===added&&(added=!1),void 0===attributeOldValues&&(attributeOldValues=null),void 0===characterDataOldValue&&(characterDataOldValue=null),this.node=node,this.childList=childList,this.attributes=attributes,this.characterData=characterData,this.oldParentNode=oldParentNode,this.added=added,this.attributeOldValues=attributeOldValues,this.characterDataOldValue=characterDataOldValue,this.isCaseInsensitive=this.node.nodeType===Node.ELEMENT_NODE&&this.node instanceof HTMLElement&&this.node.ownerDocument instanceof HTMLDocument}return NodeChange.prototype.getAttributeOldValue=function(name){if(this.attributeOldValues)return this.isCaseInsensitive&&(name=name.toLowerCase()),this.attributeOldValues[name]},NodeChange.prototype.getAttributeNamesMutated=function(){var names=[];if(!this.attributeOldValues)return names;for(var name in this.attributeOldValues)names.push(name);return names},NodeChange.prototype.attributeMutated=function(name,oldValue){this.attributes=!0,this.attributeOldValues=this.attributeOldValues||{},name in this.attributeOldValues||(this.attributeOldValues[name]=oldValue)},NodeChange.prototype.characterDataMutated=function(oldValue){this.characterData||(this.characterData=!0,this.characterDataOldValue=oldValue)},NodeChange.prototype.removedFromParent=function(parent){this.childList=!0,this.added||this.oldParentNode?this.added=!1:this.oldParentNode=parent},NodeChange.prototype.insertedIntoParent=function(){this.childList=!0,this.added=!0},NodeChange.prototype.getOldParent=function(){if(this.childList){if(this.oldParentNode)return this.oldParentNode;if(this.added)return null}return this.node.parentNode},NodeChange}(),ChildListChange=function(){return function(){this.added=new NodeMap,this.removed=new NodeMap,this.maybeMoved=new NodeMap,this.oldPrevious=new NodeMap,this.moved=void 0}}(),TreeChanges=function(_super){function TreeChanges(rootNode,mutations){_super.call(this),this.rootNode=rootNode,this.reachableCache=void 0,this.wasReachableCache=void 0,this.anyParentsChanged=!1,this.anyAttributesChanged=!1,this.anyCharacterDataChanged=!1;for(var m=0;m<mutations.length;m++){var mutation=mutations[m];switch(mutation.type){case\"childList\":this.anyParentsChanged=!0;for(var i=0;i<mutation.removedNodes.length;i++){var node=mutation.removedNodes[i];this.getChange(node).removedFromParent(mutation.target)}for(i=0;i<mutation.addedNodes.length;i++){node=mutation.addedNodes[i];this.getChange(node).insertedIntoParent()}break;case\"attributes\":this.anyAttributesChanged=!0,this.getChange(mutation.target).attributeMutated(mutation.attributeName,mutation.oldValue);break;case\"characterData\":this.anyCharacterDataChanged=!0,this.getChange(mutation.target).characterDataMutated(mutation.oldValue)}}}return __extends(TreeChanges,_super),TreeChanges.prototype.getChange=function(node){var change=this.get(node);return change||(change=new NodeChange(node),this.set(node,change)),change},TreeChanges.prototype.getOldParent=function(node){var change=this.get(node);return change?change.getOldParent():node.parentNode},TreeChanges.prototype.getIsReachable=function(node){if(node===this.rootNode)return!0;if(!node)return!1;this.reachableCache=this.reachableCache||new NodeMap;var isReachable=this.reachableCache.get(node);return void 0===isReachable&&(isReachable=this.getIsReachable(node.parentNode),this.reachableCache.set(node,isReachable)),isReachable},TreeChanges.prototype.getWasReachable=function(node){if(node===this.rootNode)return!0;if(!node)return!1;this.wasReachableCache=this.wasReachableCache||new NodeMap;var wasReachable=this.wasReachableCache.get(node);return void 0===wasReachable&&(wasReachable=this.getWasReachable(this.getOldParent(node)),this.wasReachableCache.set(node,wasReachable)),wasReachable},TreeChanges.prototype.reachabilityChange=function(node){return this.getIsReachable(node)?this.getWasReachable(node)?Movement.STAYED_IN:Movement.ENTERED:this.getWasReachable(node)?Movement.EXITED:Movement.STAYED_OUT},TreeChanges}(NodeMap),MutationProjection=function(){function MutationProjection(rootNode,mutations,selectors,calcReordered,calcOldPreviousSibling){this.rootNode=rootNode,this.mutations=mutations,this.selectors=selectors,this.calcReordered=calcReordered,this.calcOldPreviousSibling=calcOldPreviousSibling,this.treeChanges=new TreeChanges(rootNode,mutations),this.entered=[],this.exited=[],this.stayedIn=new NodeMap,this.visited=new NodeMap,this.childListChangeMap=void 0,this.characterDataOnly=void 0,this.matchCache=void 0,this.processMutations()}return MutationProjection.prototype.processMutations=function(){if(this.treeChanges.anyParentsChanged||this.treeChanges.anyAttributesChanged)for(var changedNodes=this.treeChanges.keys(),i=0;i<changedNodes.length;i++)this.visitNode(changedNodes[i],void 0)},MutationProjection.prototype.visitNode=function(node,parentReachable){if(!this.visited.has(node)){this.visited.set(node,!0);var change=this.treeChanges.get(node),reachable=parentReachable;if((change&&change.childList||void 0==reachable)&&(reachable=this.treeChanges.reachabilityChange(node)),reachable!==Movement.STAYED_OUT){if(this.matchabilityChange(node),reachable===Movement.ENTERED)this.entered.push(node);else if(reachable===Movement.EXITED)this.exited.push(node),this.ensureHasOldPreviousSiblingIfNeeded(node);else if(reachable===Movement.STAYED_IN){var movement=Movement.STAYED_IN;change&&change.childList&&(change.oldParentNode!==node.parentNode?(movement=Movement.REPARENTED,this.ensureHasOldPreviousSiblingIfNeeded(node)):this.calcReordered&&this.wasReordered(node)&&(movement=Movement.REORDERED)),this.stayedIn.set(node,movement)}if(reachable!==Movement.STAYED_IN)for(var child=node.firstChild;child;child=child.nextSibling)this.visitNode(child,reachable)}}},MutationProjection.prototype.ensureHasOldPreviousSiblingIfNeeded=function(node){if(this.calcOldPreviousSibling){this.processChildlistChanges();var parentNode=node.parentNode,nodeChange=this.treeChanges.get(node);nodeChange&&nodeChange.oldParentNode&&(parentNode=nodeChange.oldParentNode);var change=this.childListChangeMap.get(parentNode);change||(change=new ChildListChange,this.childListChangeMap.set(parentNode,change)),change.oldPrevious.has(node)||change.oldPrevious.set(node,node.previousSibling)}},MutationProjection.prototype.getChanged=function(summary,selectors,characterDataOnly){this.selectors=selectors,this.characterDataOnly=characterDataOnly;for(var i=0;i<this.entered.length;i++){var node=this.entered[i];(matchable=this.matchabilityChange(node))!==Movement.ENTERED&&matchable!==Movement.STAYED_IN||summary.added.push(node)}var stayedInNodes=this.stayedIn.keys();for(i=0;i<stayedInNodes.length;i++){node=stayedInNodes[i];if((matchable=this.matchabilityChange(node))===Movement.ENTERED)summary.added.push(node);else if(matchable===Movement.EXITED)summary.removed.push(node);else if(matchable===Movement.STAYED_IN&&(summary.reparented||summary.reordered)){var movement=this.stayedIn.get(node);summary.reparented&&movement===Movement.REPARENTED?summary.reparented.push(node):summary.reordered&&movement===Movement.REORDERED&&summary.reordered.push(node)}}for(i=0;i<this.exited.length;i++){var matchable;node=this.exited[i];(matchable=this.matchabilityChange(node))!==Movement.EXITED&&matchable!==Movement.STAYED_IN||summary.removed.push(node)}},MutationProjection.prototype.getOldParentNode=function(node){var change=this.treeChanges.get(node);if(change&&change.childList)return change.oldParentNode?change.oldParentNode:null;var reachabilityChange=this.treeChanges.reachabilityChange(node);if(reachabilityChange===Movement.STAYED_OUT||reachabilityChange===Movement.ENTERED)throw Error(\"getOldParentNode requested on invalid node.\");return node.parentNode},MutationProjection.prototype.getOldPreviousSibling=function(node){var parentNode=node.parentNode,nodeChange=this.treeChanges.get(node);nodeChange&&nodeChange.oldParentNode&&(parentNode=nodeChange.oldParentNode);var change=this.childListChangeMap.get(parentNode);if(!change)throw Error(\"getOldPreviousSibling requested on invalid node.\");return change.oldPrevious.get(node)},MutationProjection.prototype.getOldAttribute=function(element,attrName){var change=this.treeChanges.get(element);if(!change||!change.attributes)throw Error(\"getOldAttribute requested on invalid node.\");var value=change.getAttributeOldValue(attrName);if(void 0===value)throw Error(\"getOldAttribute requested for unchanged attribute name.\");return value},MutationProjection.prototype.attributeChangedNodes=function(includeAttributes){if(!this.treeChanges.anyAttributesChanged)return{};var attributeFilter,caseInsensitiveFilter;if(includeAttributes){attributeFilter={},caseInsensitiveFilter={};for(var i=0;i<includeAttributes.length;i++){attributeFilter[attrName=includeAttributes[i]]=!0,caseInsensitiveFilter[attrName.toLowerCase()]=attrName}}var result={},nodes=this.treeChanges.keys();for(i=0;i<nodes.length;i++){var node=nodes[i],change=this.treeChanges.get(node);if(change.attributes&&(Movement.STAYED_IN===this.treeChanges.reachabilityChange(node)&&Movement.STAYED_IN===this.matchabilityChange(node)))for(var element=node,changedAttrNames=change.getAttributeNamesMutated(),j=0;j<changedAttrNames.length;j++){var attrName=changedAttrNames[j];if(!attributeFilter||attributeFilter[attrName]||change.isCaseInsensitive&&caseInsensitiveFilter[attrName])change.getAttributeOldValue(attrName)!==element.getAttribute(attrName)&&(caseInsensitiveFilter&&change.isCaseInsensitive&&(attrName=caseInsensitiveFilter[attrName]),result[attrName]=result[attrName]||[],result[attrName].push(element))}}return result},MutationProjection.prototype.getOldCharacterData=function(node){var change=this.treeChanges.get(node);if(!change||!change.characterData)throw Error(\"getOldCharacterData requested on invalid node.\");return change.characterDataOldValue},MutationProjection.prototype.getCharacterDataChanged=function(){if(!this.treeChanges.anyCharacterDataChanged)return[];for(var nodes=this.treeChanges.keys(),result=[],i=0;i<nodes.length;i++){var target=nodes[i];if(Movement.STAYED_IN===this.treeChanges.reachabilityChange(target)){var change=this.treeChanges.get(target);change.characterData&&target.textContent!=change.characterDataOldValue&&result.push(target)}}return result},MutationProjection.prototype.computeMatchabilityChange=function(selector,el){this.matchCache||(this.matchCache=[]),this.matchCache[selector.uid]||(this.matchCache[selector.uid]=new NodeMap);var cache=this.matchCache[selector.uid],result=cache.get(el);return void 0===result&&(result=selector.matchabilityChange(el,this.treeChanges.get(el)),cache.set(el,result)),result},MutationProjection.prototype.matchabilityChange=function(node){var _this=this;if(this.characterDataOnly)switch(node.nodeType){case Node.COMMENT_NODE:case Node.TEXT_NODE:return Movement.STAYED_IN;default:return Movement.STAYED_OUT}if(!this.selectors)return Movement.STAYED_IN;if(node.nodeType!==Node.ELEMENT_NODE)return Movement.STAYED_OUT;for(var el=node,matchChanges=this.selectors.map(function(selector){return _this.computeMatchabilityChange(selector,el)}),accum=Movement.STAYED_OUT,i=0;accum!==Movement.STAYED_IN&&i<matchChanges.length;){switch(matchChanges[i]){case Movement.STAYED_IN:accum=Movement.STAYED_IN;break;case Movement.ENTERED:accum=accum===Movement.EXIT",
"datamd5" : "afc12970ae5e448a581d01aebe29a44c",
"datammh3" : -2049665320,
"device" : {
"class" : "<enterprise field>: device.class"
},
"domain" : [
"voestalpine.com"
],
"extkeyusage" : [
"serverAuth",
"clientAuth"
],
"fingerprint" : {
"md5" : "d378802a82897011ab296bd73408536e",
"sha1" : "e0f6fa77c2b39d0b0debc5cc739e5da74a8f181f",
"sha256" : "d69fff1f621e06930e8aa67acf9d218917a8943b7b2de262e0583b582dfd42ee"
},
"forward" : "91.250.94.75",
"geolocus" : {
"asn" : "AS61157",
"continent" : "EU",
"continentname" : "Europe",
"country" : "DE",
"countryname" : "Germany",
"domain" : [
"plusserver.com"
],
"isineu" : "true",
"latitude" : "51.165691",
"location" : "51.165691,10.451526",
"longitude" : "10.451526",
"netname" : "ebf-EDV-Beratung-Foellmer-GmbH-NET10",
"organization" : "ebf-EDV-Beratung-Foellmer-GmbH-NET10",
"subnet" : "91.250.94.64/27"
},
"hostname" : [
"91.250.94.75",
"voestalpine.com"
],
"ip" : "91.250.94.75",
"ipv6" : "false",
"issuer" : {
"commonname" : "Thawte TLS RSA CA G1",
"country" : "US",
"organization" : "DigiCert Inc",
"organizationalunit" : "www.digicert.com"
},
"keyusage" : [
"digitalSignature",
"keyEncipherment"
],
"latitude" : "51.2993",
"location" : "51.2993,9.4910",
"longitude" : "9.4910",
"node" : {
"country" : "<enterprise field>: node.country",
"groupid" : "<enterprise field>: node.groupid",
"id" : "<enterprise field>: node.id",
"physicalcountry" : "<enterprise field>: node.physicalcountry"
},
"organization" : "PlusServer GmbH",
"port" : 443,
"product" : "Server",
"productvendor" : "Server",
"protocol" : "http",
"protocolversion" : "1.1",
"publickey" : {
"algorithm" : "rsaEncryption",
"length" : 2048
},
"rtt" : 0.012467,
"seen_date" : "2025-09-06",
"serial" : "0d:7d:29:1c:7a:fd:e1:08:01:d4:d9:3d:13:45:02:10",
"signature" : {
"algorithm" : "sha256WithRSAEncryption"
},
"source" : "datascan::redirect::2",
"srcip" : "91.196.152.160",
"srcport" : 34487,
"status" : 200,
"subject" : {
"altname" : [
"*.voestalpine.com",
"voestalpine.com"
],
"city" : "Linz",
"commonname" : "*.voestalpine.com",
"country" : "AT",
"organization" : "voestalpine group-IT GmbH"
},
"subnet" : "91.250.92.0/22",
"tag" : "<enterprise field>: tag",
"tld" : [
"com"
],
"tls" : "true",
"transport" : "tcp",
"ttl" : 242,
"url" : "/mifs/user/login.jsp",
"validity" : {
"notafter" : "2026-01-03T23:59:59Z",
"notbefore" : "2024-12-03T00:00:00Z"
},
"version" : "v3",
"wildcard" : "true"
}