Skip to content
Snippets Groups Projects
Commit 60d88bd1 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Merge pull request #193 from mozilla/manage_page_sync_emails

Change the csrf response type to 'html'.
parents b914f5a0 e5fec039
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ var BrowserIDNetwork = (function() {
$.get('/wsapi/csrf', {}, function(result) {
csrf_token = result;
cb();
});
}, 'html');
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment