Jordan condemns Israel's designation of UNRWA as ‘terrorist organisation'

AMMAN — Jordan on Saturday condemned the attempts of the Israeli Knesset to classify the United Nations Relief and Works Agency (UNRWA) as a terrorist organisation and target its activities by stripping it of its immunities and criminalising its operations.

Foreign Ministry’s spokesperson Sufyan Qudah said that Israel's ongoing efforts to undermine and assassinate UNRWA politically are illegitimate, unlawful, and invalid, adding that these actions violate international law and Israel's obligations as an occupying force, according to a ministry statement.

Qudah stressed the urgent need for immediate action by the international community to protect the Palestinian people and the United Nations agencies and humanitarian organisations that are working to mitigate the ongoing Israeli attacks on the Palestinian people in the occupied Palestinian territories, including East Jerusalem.

He reaffirmed the mandate granted to UNRWA by the United Nations, stressing the need for the international community to continue supporting the agency to ensure it fulfils its indispensable responsibilities in providing basic services to Palestine refugees.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });