ckeditor / ckeditor5-demos

Source codes for demos available at https://ckeditor.com/ckeditor-5/demo/
42 stars 61 forks source link

WProofreader plugin will not work in its demo with default launch setup #43

Closed f1ames closed 2 months ago

f1ames commented 2 months ago

There is a dedicated demo for WProofreader. Following the README one would just run yarn && yarn dev which launches the demo on localhost. However, from what I have learnt, WProofreader has some kind of domain restriction mechanism (preventing it from running on localhost). This means, even if valid license key is provided, the demo will not work (to be precise, the demo will work, editor will launch, but WProofreader plugin will not work).

What we do internally is to add mapping in /etc/host to custom allowed domain, but I'm not convinced that this should be a part of the demo setup here.

f1ames commented 2 months ago

Turns out it's not valid issue, see https://github.com/ckeditor/ckeditor5-demos/pull/42#discussion_r1656960506.