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
I can appreciate some people might prefer to avoid using those locations, but I'd be a little concerned that adding three new configuration options is a bit much for such a simple project.
I think the better approach would be to embed the resources in the binary, that way users don't need an external service and I don't need to deal with a potentially growing list of configuration flags.
(I already do that for /jquery.tablesorter.min.js, though I'd want to make the way that is served more general; probably adding a "404-handler" which will detect requests to routes that are unknown and serve embedded resources if they can be handled that way.)
Hello,
Currently several URLs under https://maxcdn.bootstrapcdn.com/, https://code.jquery.com/ and https://cdnjs.cloudflare.com/ are hardcoded in the templates. Would it be possible to expose these URLs are configuration options rather than depending on third parties?
The text was updated successfully, but these errors were encountered: