senchalabs / jsduck

Simple JavaScript Duckumentation generator.
http://docs.sencha.com/
GNU General Public License v3.0
1.5k stars 238 forks source link

Have a way to prevent loading external resources #678

Closed reedy closed 5 years ago

reedy commented 5 years ago

Hello!

It'd be really useful if there was a way for sites to not load fonts (jquery etc) from external sites (like fonts.googleapis.com and ajax.googleapis.com)

As these are used in your templates https://github.com/senchalabs/jsduck/search?q=googleapis&unscoped_q=googleapis is it possible to make this user configurable? So I can give in the config a url to jquery, or to the specific fonts, and have that merged into the templates during documentation generation.

Thanks in advance

Sam

nene commented 5 years ago

Probably not going to happen as JSDuck is not really maintained any more.

reedy commented 5 years ago

Cheers for the heads up and updating the readme to make this apparent

Will see what we want to do at our end :)