We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89a87c8 + 4c859dc commit 05b339aCopy full SHA for 05b339a
CHANGELOG.md
@@ -5,6 +5,7 @@ BUG FIXES:
5
* core: Fix an issue in which batch jobs with queued placements and lost
6
allocations could result in improper placement counts [[GH-3717](https://github.com/hashicorp/nomad/issues/3717)]
7
* config: Revert minimum CPU limit back to 20 from 100.
8
+ * ui: Fix requests using client-side certificates in Firefox. [[GH-3728](https://github.com/hashicorp/nomad/pull/3728)]
9
10
## 0.7.1 (December 19, 2017)
11
ui/app/services/token.js
@@ -19,7 +19,7 @@ export default Service.extend({
19
},
20
}),
21
22
- authorizedRequest(url, options = {}) {
+ authorizedRequest(url, options = { credentials: 'include' }) {
23
const headers = {};
24
const token = this.get('secret');
25
0 commit comments