Skip to content

Commit

Permalink
add no-cache header
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Schaffert committed May 14, 2016
1 parent f190db8 commit 9a5eb11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/service/SourcesToolService.cc
Expand Up @@ -509,6 +509,7 @@ void SourcesToolService::addCORSHeaders() {
void SourcesToolService::addVersionHeaders() {
response().set_header("X-Powered-By",
std::string("Wikidata Sources Tool/") + backend.StatusService().Version());
response().set_header("Cache-Control", "no-cache");
}


Expand Down

0 comments on commit 9a5eb11

Please sign in to comment.