Date: April 19, 2026
Subject: Analysis of the patch affecting the shortcut method for downloading videos in Safari (iOS/macOS)
Prepared by: Web & Platform Security Monitoring Team
Previously, the shortcut acted as a "man-in-the-middle" within your phone. It ignored CORS policies—security rules that prevent one website from stealing data from another. Apple has hardened CORS enforcement within the Shortcuts app. Now, if the video is hosted on a different server than the webpage you are on (which is almost always the case), the shortcut fails with a "403 Forbidden" or "Empty Response" error.
| User Type | Impact Level | Explanation |
|-----------|--------------|-------------|
| Casual users | High | Cannot download any web video via simple right-click. |
| Educators (downloading public domain videos) | Medium | Must use workarounds or external tools. |
| Developers testing video assets | Low | Can use curl or Safari’s Web Inspector → Network export. |
| iOS users | High | Siri Shortcuts that worked pre-18.3 now fail silently. |