Details
-
Bug
-
Status: Resolved
-
Medium
-
Resolution: Done
-
1.13.0
Description
Apidoc is trying to load JQuery library from public internet.
restconf/sal-rest-docgen/src/main/resources/explorer/index.html#L40
| <script src="https://code.jquery.com/jquery-3.4.1.js"></script> |
This make it unusable in controlled environment, where access to internet is restricted.