You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See theme.json in both the default and simple themes. As a result, generated documentation always accesses an external website (running this in a corporate environment), which is a security issue. It also delays loading time (which is the reason I noticed it).
The fix should probably be a local copy of these files (cssgrids-min.css and yui-min.js), added to the assets directory of the generated docs.
Until this is fixed, is there a way for me to locally fix it (preferably using a script or even modifying the installed package)? I can't deliver documentation like that.
The text was updated successfully, but these errors were encountered:
Same happened to me. Since I have an restrictive CSP policy, my app complains about yahooapis.com being an untrusted source. I can create a custom theme for now, but I leave my 👍 here for this to be changed.
You're able to bypass it by specifying yui.yahooapis.com as default src if you're in CSP restricting, right? Anyway, I feel that we should do something for this issue.
See
theme.json
in both thedefault
andsimple
themes. As a result, generated documentation always accesses an external website (running this in a corporate environment), which is a security issue. It also delays loading time (which is the reason I noticed it).The fix should probably be a local copy of these files (
cssgrids-min.css
andyui-min.js
), added to theassets
directory of the generated docs.Until this is fixed, is there a way for me to locally fix it (preferably using a script or even modifying the installed package)? I can't deliver documentation like that.
The text was updated successfully, but these errors were encountered: