diff --git a/app/app.js b/app/app.js index 38f0151e7..293a5fd3e 100644 --- a/app/app.js +++ b/app/app.js @@ -31,7 +31,7 @@ function ($rootScope, $state, Authentication, authManager, StateManager, Endpoin } }; - $transitions.onBefore({ to: 'docker.**' }, function() { + $transitions.onBefore({}, function() { HttpRequestHelper.resetAgentHeaders(); }); }]);