'block Fingerprinters'-feature blocks resource https://cdn.tinymce.com/4/tinymce.min.js
Categories
(Core :: Privacy: Anti-Tracking, defect)
Tracking
()
People
(Reporter: maggus.staab, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
in our CMS we use the TinyMCE javascript WYSIWYG Editor.
the editor is referenced via the official CDN on https://cdn.tinymce.com/4/tinymce.min.js but firefox reports.
the issue is also reproducible on the latest demos of the stable version.
as soon as the 'block fingerprinters' feature is disabled in Firefox Nightly the WYSIWYG Editor works again
STR
- open https://www.tiny.cloud/docs/demo/basic-example/
- click "Edit on Codepen"
Actual results:
the browser-console reports a "ReferenceError: tinymce is not defined" error which is caused by the browser blocking the external script/library.
this is also reported in the browser console as a warning:
Die Ressource auf "https://cloud.tinymce.com/5/tinymce.min.js?apiKey=qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc" wurde blockiert, weil das Blockieren von Seitenelementen aktiviert ist.
Expected results:
the editor should work
| Reporter | ||
Comment 1•7 years ago
|
||
side-note: it seems that the above mentioned only basic-example does not even work when fingerprinting-blocking is disabled. you have to disable content blocking overall to make the examples work again. In firefox stable the demos work as is it seems.
Updated•7 years ago
|
Description
•