Jordan condemns Israeli minister’s storming of Al Aqsa Mosque

Jordan condemns Israeli minister’s storming of Al Aqsa Mosque
The Foreign Ministry on Wednesday condemns the storming of Al Aqsa Mosque/Al Haram Al Sharif by the extremist Israeli minister of national security under the protection of Israeli occupation forces (JT file)

AMMAN — The Foreign Ministry on Wednesday condemned the storming of Al Aqsa Mosque/Al Haram Al Sharif by the extremist Israeli minister of national security Itamar Ben-Gvir under the protection of Israeli occupation forces.

In a statement, the ministry denounced the incursion as a “blatant violation of international law”, describing it as an unacceptable provocation and a dangerous escalation that must be halted immediately by Israel, the occupying power.

Ministry spokesperson Sufian Qudah reiterated the Kingdom’s unequivocal rejection and firm condemnation of the continued provocative incursions by Ben-Gvir, which he said threaten to inflame tensions and undermine regional stability.

Qudah also condemned the Israeli police for facilitating repeated intrusions into Al Aqsa Mosque, often accompanied by restrictions imposed on Palestinian worshippers. These actions, he said, represent a clear breach of the historical and legal status quo of the holy site and constitute an attempt to divide it both temporally and spatially, in violation of its sanctity.

He also emphasised that such provocations do not alter the legal and political status of East Jerusalem, which remains an occupied city with no Israeli sovereignty over it, in accordance with international law.

Qudah also stressed that these incursions are part of a broader Israeli policy aimed at escalating tensions throughout the occupied West Bank, storming Palestinian cities, and violating the sanctity of Islamic and Christian holy sites in occupied Jerusalem.

He also reiterated that Al Aqsa Mosque, encompassing the entire 144 dunum compound, is a place of worship reserved exclusively for Muslims. He stressed that the Jordan-run Jerusalem Awqaf and Aqsa Affairs Department is the sole legal authority responsible for managing the site and regulating entry, in accordance with international law and the established historical and legal status quo.

.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'); }); }); });