1. 12 Jul, 2017 5 commits
  2. 11 Jul, 2017 10 commits
  3. 10 Jul, 2017 5 commits
  4. 07 Jul, 2017 2 commits
  5. 06 Jul, 2017 7 commits
  6. 05 Jul, 2017 2 commits
  7. 03 Jul, 2017 8 commits
  8. 30 Jun, 2017 1 commit
    • Insights Cloudfront CDN configuration (#3961) · 5623a1da
      * Initialize INSIGHTS_CLOUDFRONT to null
      
      * Put cloudfront domain under INSIGHTS_CONFIG
      
      * Use INSIGHTS_CLOUDFRONT_DOMAIN in insights config
      
      * Define INSIGHTS_CLOUDFRONT_DOMAIN null by default
      
      * Set CORS_ORIGIN_WHITELIST to INSIGHTS_DOMAIN
      
      * Add CORS header to Insights static files
      
      * Split CORS whitelist into default and extra
      
      * Allow HEAD, GET, OPTIONS in Insights static
      
      * Try setting CORS Origin to $http_origin
      
      * Use if cond to enable/disable CORS instead of map
      
      * Missing space
      
      * Don't initialize $cors
      
      * Back to the old $cors_origin map
      
      * Don't send CORS whitelist to django settings
      
      * Replace tab with spaces
      
      * Remove allow_all var, and update changelog
      
      * Rename CLOUDFRONT to CDN in var name
      Tyler Hallada committed