Closed poVoq closed 2 years ago
By the way, this extension could use the native HTML picker instead of the library.
https://github.com/FriendsOfFlarum/polls/blob/39e2b77a2cf8b8bde51da7a1c4c44eecb5f13440/resources/less/forum.less#L1 Due to service downgrade of jsdelivr in mainland china: https://github.com/jsdelivr/jsdelivr/issues/18348#issuecomment-997777996, it's now more important to allow user self-host this css to prevent requesting it from public cdn which is currently unstable in china.
This is quite easy to solve, I'll sort this shortly...
Bug Report
Current Behavior Plugin works fine but causes problems (both legal and technical) in environments that strictly prohibit loading external resources. Furthermore the CDN is hosted by Cloudflare with is a privacy concern.
As this seems to be only a small css file, would it be possible to just include it in the distribution instead of downloading it?
Thanks.