shell bypass 403
GrazzMean-Shell Shell
: /home/allssztx/public_html/jollyprecast/wp-content/plugins/extendify/src/Assist/util/ [ drwxr-xr-x ]
export const maybeHttps = (url) => {
try {
const transformed = new URL(url);
if (window.location.protocol === 'https:') {
transformed.protocol = 'https:';
}
return transformed.toString();
} catch (e) {
return url;
}
};