We use the CDN on our site to reference QuillJS, but just this morning we started getting a 403 Forbidden on the following CDN URL:
This is still happening.
Same for me, can't access the CDN anymore
Same issue here.
same issue here.
Was about to report this... Same here https://cdn.quilljs.com/1.3.6/quill.snow.css. I think is is TLS issue. On fifrefox i have 1.0 enabled and chrome, edge just 1.2. ON ff it works on others not
Even the quilljs official site doesn't have access

I have this problem only with the older version https://cdn.quilljs.com/1.2.0/quill.js
same issue here.
i have this problem any version.
I have spend lot of time from morning on this, finally found this issue, why is this happening, how will it be solved, any idea guys?
This project seems to be abandoned. For now, I downloaded the js and css files and hosted on our own servers. Did a quick hot-fix over the weekend to change the links in production.
Long term, without further development and support, will be looking for something else I guess...
So quilljs is dead?
I solved this problem.
I hope it helps other people.
I attached link as above but get an error for quill.js not found.
GET http://localhost:8100/node_modules/quill/dist/quill.js net::ERR_ABORTED 404 (Not Found)
@zenangrl Did you build?
@yootaebong yes. I did build.
@zenangrl
The best way to do this is to open the folder path yourself and check it out.
First, check if there is a dist folder
Check if the file exists in it
May be not the best solution, but I didn't have time, so I used an archived version https://web.archive.org/web/20200729093210/https://cdn.quilljs.com/1.3.7/quill.snow.css.
I manually downloaded it and linked to my project.
Can anyone tell me how can i link Quilljs manually in my java spring boot project in eclipse, do i have to add a maven dependency or anything else?
please help
The jsdeliver version: https://www.jsdelivr.com/package/npm/quill
CDN is working well now
Its still not working.
It's working for me now (https://cdn.quilljs.com/1.3.6/quill.min.js) - however I have already moved the file to be hosted within my own CDN, so I'm no longer using this one.

The problem lies in the version 1.3.6( <script src="https://cdn.quilljs.com/1.3.6/quill.min.js"></script> ) after changing it to <script src="https://cdn.quilljs.com/1.3.5/quill.min.js"></script>
it works.
not sure as to why this is happening, if anyone knows please let us know
There's other CDNs available, we're moving over to cloudflare's
https://cdnjs.com/libraries/quill/1.3.6
<script src="https://cdnjs.cloudflare.com/ajax/libs/quill/1.3.6/quill.min.js" integrity="sha512-3OiXhM6bvRST0JlpR++aDMUh4n9QETHJdKEZ4U2gpDtyS8ZZF3h0072MaPDbjg/Q9W8Ki7G36Ay8I3xoUosPFg==" crossorigin="anonymous"></script>
There's other CDNs available, we're moving over to cloudflare's
https://cdnjs.com/libraries/quill/1.3.6
<script src="https://cdnjs.cloudflare.com/ajax/libs/quill/1.3.6/quill.min.js" integrity="sha512-3OiXhM6bvRST0JlpR++aDMUh4n9QETHJdKEZ4U2gpDtyS8ZZF3h0072MaPDbjg/Q9W8Ki7G36Ay8I3xoUosPFg==" crossorigin="anonymous"></script>
is there a way to get updates from QuillJs about QuillJs via mail or other ?
Guys, I was experiencing the same issue. I found that when I used my browser in incognito mode or as a guest, the issue went away.
I suspect what is happening is that the server with QuillJS is flagging your account because Google may have flagged it as having some security issue which is causing the Forbidden 403.
I'm resetting all my Google passwords to see if putting things in good standing will resolve the issue.
UPDATE: Fixing all of my Google passwords fixed the issue! Make sure your google account doesn't have any security issues.
No, google isn't going to give a 403 error due to your passwords. The problem was already fixed, so likely your chrome had just cached the 403 error and using incognito bypassed the cache.
the cdn is available. https://www.bootcdn.cn/quill/
for example
<link href="https://cdn.bootcdn.net/ajax/libs/quill/1.3.6/quill.snow.css" rel="stylesheet">