View file devoops/plugins/fineuploader/iframe.xss.response-5.0.5.js

File size: 162B
(function() {
    "use strict";
    var match = /(\{.*\})/.exec(document.body.innerHTML);
    if (match) {
        parent.postMessage(match[1], "*");
    }
}());