quantum-ai-v3/core
Claude 2f3999dabf 🔧 Fix social media link preview image display
**Fixed Open Graph Image Issues:**
- Updated static asset handling in security middleware
- Removed CSP restrictions for /static/ paths to allow social media scrapers
- Added proper cache headers for static assets (1 year cache)
- Fixed og:image dimensions to match actual image (1800x600)
- Added og:image:alt attribute for accessibility
- Added cache-busting version parameter (?v=2) to force preview refresh

**Added Debug Test Page:**
- Created /test-og/ endpoint for testing social media previews
- Displays actual meta tag URLs and image preview
- Includes testing instructions and troubleshooting tips

**Root Cause:** CSP and security headers were blocking social media crawlers from accessing the og-image.png file

**Testing:** Visit /test-og/ and use Facebook/Twitter debugging tools to verify image previews work

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-16 15:03:10 +05:30
..
management 🔧 Fix reset_admin foreign key constraint issue - Update existing admin users instead of deleting them - Prevents constraint violations during Railway deployment - Command now safely handles existing admin users with related records 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> 2025-08-16 14:42:28 +05:30
migrations 🔒 Implement comprehensive homepage security improvements 2025-07-26 02:24:33 +05:30
__init__.py first working 2025-07-09 02:15:35 +05:30
admin.py 🔒 Implement comprehensive homepage security improvements 2025-07-26 02:24:33 +05:30
apps.py first working 2025-07-09 02:15:35 +05:30
cache_utils.py 🛡️ Comprehensive Security & Performance Optimization 2025-08-16 14:39:47 +05:30
error_views.py 🎨 Create themed error pages matching agent UI design 2025-07-26 23:12:56 +05:30
middleware.py 🔧 Fix social media link preview image display 2025-08-16 15:03:10 +05:30
models.py 🔒 Implement comprehensive homepage security improvements 2025-07-26 02:24:33 +05:30
tests.py first working 2025-07-09 02:15:35 +05:30
urls.py 🔧 Fix social media link preview image display 2025-08-16 15:03:10 +05:30
validators.py 🛡️ Comprehensive Security & Performance Optimization 2025-08-16 14:39:47 +05:30
views.py 🔧 Fix social media link preview image display 2025-08-16 15:03:10 +05:30