Skip to content

Commit

Permalink
Update sample to prevent certificate file caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Berenz committed Jun 30, 2018
1 parent 911c525 commit b048ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample.html
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ <h4 class="panel-title">Options</h4>
/// Authentication setup ///
qz.security.setCertificatePromise(function(resolve, reject) {
//Preferred method - from server
// $.ajax("assets/signing/digital-certificate.txt").then(resolve, reject);
// $.ajax({ url: "assets/signing/digital-certificate.txt", cache: false, dataType: "text" }).then(resolve, reject);

//Alternate method 1 - anonymous
// resolve();
Expand Down

0 comments on commit b048ff4

Please sign in to comment.