1. 28 Apr, 2017 3 commits
  2. 27 Apr, 2017 3 commits
  3. 26 Apr, 2017 7 commits
  4. 25 Apr, 2017 3 commits
  5. 24 Apr, 2017 2 commits
  6. 23 Apr, 2017 1 commit
  7. 21 Apr, 2017 3 commits
  8. 20 Apr, 2017 5 commits
  9. 19 Apr, 2017 2 commits
  10. 18 Apr, 2017 3 commits
  11. 17 Apr, 2017 1 commit
  12. 16 Apr, 2017 1 commit
    • Restricting Credentials CORS access · 67846232
      After reading more on CORS (and sleeping!) I have finally corrected CORS
      for static files, restricting access to our knwon hosts. Our initial
      implementation was almost correct. It simply lacked the protocol—HTTP,
      HTTPS—on the regex.
      
      In my late-night push to just be done with this, I failed to go back to
      "first principles" and actually understand CORS, choosing to rely on
      various online "solutions". This lead to the unnecessary headers seen in
      previous commits. Since we only care about GET requests for fonts, we
      only need the single header. There is no need to handle preflight
      OPTIONS requests because we aren't making such requests.
      
      LEARNER-568
      Clinton Blackburn committed
  13. 14 Apr, 2017 5 commits
  14. 13 Apr, 2017 1 commit