Skip to content
  • Ralph Giles's avatar
    Restore GET method for news feed xhr. · c9a71cca
    Ralph Giles authored
    The site was using POST to fetch the rss feed for display on
    the landing and news pages to work around aggressive caching
    in the apache webserver config.
    
    Since the since was migrated to nginx this method no longer
    works. We're not aggressively caching, so GET works fine.
    If we do, an exception should simply be made for these
    files and/or a server reload should be triggered on update.
    c9a71cca