#153: image links fail to load ------------------------------+----------------------------- Reporter: mattdm | Owner: ryanlerch Type: task | Status: new Priority: major | Milestone: Future releases Component: Fedora Magazine | Severity: urgent Resolution: | Keywords: Blocked By: | Blocking: ------------------------------+----------------------------- Comment (by iambryan): The error is due to CORS (Cross Origin Resource Sharing), being disabled. The error shows up on the js console when you attempt to load the image into the lightbox: {{{ Cross-Origin Request Blocked: The Same Origin Policy disallows reading... }}} Correct this by adding the following clip to fedoramagazine.org/.htaccess: {{{ Header set Access-Control-Allow-Origin "*" }}} -- Ticket URL: <https://fedorahosted.org/marketing-team/ticket/153#comment:3> marketing-team <https://fedoraproject.org/wiki/Marketing> Marketing team for the Fedora project. -- marketing mailing list marketing@xxxxxxxxxxxxxxxxxxxxxxx List info or to change your subscription: https://admin.fedoraproject.org/mailman/listinfo/marketing