greasyfork-org / greasyfork

An online repository of user scripts.
https://greasyfork.org
GNU General Public License v3.0
1.42k stars 426 forks source link

[BUG report] CDN links starts with @ not allowed #1166

Closed taozhiyu closed 11 months ago

taozhiyu commented 11 months ago

For example, npm below should be allowed, but did not.

https://cdn.jsdelivr.net/npm/@zip.js/zip.js/dist/zip-full.min.js

JasonBarnabe commented 11 months ago

For jsDeliver npm URLs, only version-specific URLs are allowed.

https://cdn.jsdelivr.net/npm/@zip.js/zip.js@2.7.20/dist/zip-full.min.js - allowed https://cdn.jsdelivr.net/npm/@zip.js/zip.js/dist/zip-full.min.js - not allowed