-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ownnote and tinymce problems in Nextcloud 11 #333
Comments
Hi, here is a workaround: I added a "nonce" attribute to every generated "<script>" tag and removed a useless iframe src - following files are changed:
insert
replace with
replace with These changes keep the new CSP features from nextcloud without the need of changing CSP header in a core-file of nextcloud ;) |
I found another workaround: |
The above code change is working perfect. |
@q4z1 : The fix works fine for Firefox. Still not able to edit using Chrome. Any suggestions?
|
Thanks @q4z1! Fmstrat#333
Thanks @q4z1! Fmstrat#333
clearing cache in Firefox is a good idea, too. |
Hi there,
I get the browser debug messages that it cannot load the tinymce because of security policy. I added the policy of others own cloud apps but it does not help. In some circumstances it worked for a short time until restart of apache. Sometimes I get a not editable text of the note. Normally it does not show my editor or text. Tried activation of ssl and a ton of other ideas from this tracker but it does not come back.
Owncloud 8 did work before I did update, so it should not be a problem with apache or setup files.
Update to new tinymce does also not help.
Any ideas?
The text was updated successfully, but these errors were encountered: