Add a new rule for Synchronous XMLHttpRequest (#178)
* Fix bug in spying function * New rule Synchronous XHR * Add the synchronousXHR rule to the dashboard
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
(<ng-pluralize count="offender.requests" when="{'one':'1 request','other':'{} requests'}"></ng-pluralize>)
|
||||
</div>
|
||||
|
||||
<div ng-if="policyName === 'globalVariables' || policyName === 'jQueryVersionsLoaded'">
|
||||
<div ng-if="policyName === 'globalVariables' || policyName === 'jQueryVersionsLoaded' || policyName === 'synchronousXHR'">
|
||||
{{offender}}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user