Ticket #1484196 (closed Bugs: fixed)
TinyMCE Spellcheck does not respect spellcheck_uri from main.inc.php
| Reported by: | jpingle | Owned by: | estadtherr |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-beta |
| Component: | PHP backend | Version: | svn-trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The URL for the TinyMCE spellchecker plugin is hardcoded in program/js/tiny_mce/plugins/spellchecker/classes/TinyGoogleSpell.class.php
This setting should be pulled from the config, as happens in program/steps/mail/spell.inc
The result is that even if someone has a local Nox spell server configured, when using the HTML editor the spell checking is still done via Google (which could be considered an information leak/security problem)
Change History
Note: See
TracTickets for help on using
tickets.
