Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13976295
D10307.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
635 B
Referenced Files
None
Subscribers
None
D10307.diff
View Options
diff --git a/src/applications/macro/controller/PhabricatorMacroMemeController.php b/src/applications/macro/controller/PhabricatorMacroMemeController.php
--- a/src/applications/macro/controller/PhabricatorMacroMemeController.php
+++ b/src/applications/macro/controller/PhabricatorMacroMemeController.php
@@ -15,7 +15,9 @@
if ($uri === false) {
return new Aphront404Response();
}
- return id(new AphrontRedirectResponse())->setURI($uri);
+ return id(new AphrontRedirectResponse())
+ ->setIsExternal(true)
+ ->setURI($uri);
}
public static function generateMacro($user, $macro_name, $upper_text,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Oct 19 2024, 1:39 PM (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6732366
Default Alt Text
D10307.diff (635 B)
Attached To
Mode
D10307: Flag meme redirect as external
Attached
Detach File
Event Timeline
Log In to Comment