| HEADLINE: |
|
Iran launches first military satellite Noor-1
|
![]() Iran launches first military satellite Noor-1 According to a statement on IRGC's website on Wednesday, Iran's first satellite, Noor (Light-1), has successfully launched into orbit. "Noor" was thrown from Dasht-e-Kavir, Iran central desert. The artificial satellite is carried by the country's domestic technology carrier rocket Cased. The military satellite was launched on the occasion of the founding anniversary of the IRGC. (function agent() {
let isUnlockingCached = false
const isUnlocking = () => isUnlockingCached
document.addEventListener('allow_copy', event => {
const { unlock } = event.detail
isUnlockingCached = unlock
})
const copyEvents = [
'copy',
'cut',
'contextmenu',
'selectstart',
'mousedown',
'mouseup',
'mousemove',
'keydown',
'keypress',
'keyup',
]
const rejectOtherHandlers = e => {
if (isUnlocking()) {
e.stopPropagation()
if (e.stopImmediatePropagation) e.stopImmediatePropagation()
}
}
copyEvents.forEach(evt => {
document.documentElement.addEventListener(evt, rejectOtherHandlers, {
capture: true,
})
})
})()
|