Skip to content

Commit 7fc936c

Browse files
committed
Fix CORS error in status page
Fixes #2569
1 parent b61d51e commit 7fc936c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h3>Commit information</h3>
161161
</script>
162162

163163
<script type="text/javascript">
164-
$.getJSON("https://ci.appveyor.com/api/projects/sharwell/stylecopanalyzers/artifacts/StyleCop.Analyzers.Status.json?branch=master&pr=false", function (data) {
164+
$.getJSON("https://ci.appveyor.com/api/projects/sharwell/stylecopanalyzers/artifacts/StyleCop.Analyzers.Status.json?branch=master&pr=false&stream=true", function (data) {
165165
$("#renderedDiagnostics").html($.templates($("#diagnostics").html()).render(data));
166166
$("#renderedCommitInfo").html($.templates($("#commitInfo").html()).render(data.git));
167167
});

0 commit comments

Comments
 (0)