location ~ ^/common.xml$ {
    return 403;
}

location ~ ^/common-noauth.xml$ {
    return 403;
}

location ~ ^/downloads/common.xml$ {
    return 403;
}

location ~ ^/(common|i18n) {
    return 403;
}

location ~ ^/gate/gate-common.xml$ {
    return 403;
}

location ~ ^/gate/gate-error.xml$ {
    return 403;
}

location ~ ^/site/plugins/wsw.api/mvc/ {
    return 403;
}

location ~ ^/mvc/core/mvc.common.xml$ {
    return 403;
}

location ~ ^/api/common.xml$ {
    return 403;
}

location ~ ^/api/v2/common.xml$ {
    return 403;
}
