for (let i = 0; i < getPropLen('sourceUrls'); i++) {
            if (getProp('sourceUrls', i) === url) {
                return true;
            }
        }