Commit Graph
8 Commits
Author SHA1 Message Date
Pavel Beloborodov 6ba1fe27f4 Tags order of the meta and base elements has been preserved. (#22369)
* Filtered meta tags. (csp & content type only allowed).
* Head elements order preserved.
* Ignore csp tags outside <head>.
2024-03-06 16:19:05 +07:00
Pavel Beloborodov 1e717be32a Fixed html injection. (#22307)
* Fixed html injection.
2024-02-27 18:41:50 +07:00
Pavel Beloborodov dfd518c67c <base> tags fixed. (#22249) 2024-02-22 10:48:49 -08:00
Pavel Beloborodov 358e662a79 Allowed base-uri in speedreader mode. (#22137)
* Allowed base-uri in speedreader mode.
* <base> tag from original document is preverved.
2024-02-21 17:49:43 +07:00
Pavel Beloborodov f96ab479ca Original document security settings apply to speedreader document (#21958)
* Original HTML meta tags preserved in speedreader mode.
2024-02-14 18:42:13 +07:00
Pavel Beloborodov 02dd270ca6 Scripts removed to prevent a possible noise in the console. (#21900)
* Removed scripts from test page to prevent the possible noise in the console.
2024-02-06 17:48:26 +07:00
boocmp 52dd56b9d6 Fixed wrong charset. 2024-01-08 22:28:59 +07:00
Pavel Beloborodov c224d24083 Fixed TTS playback. (#20441)
* Fixed TTS playback.
2023-10-15 17:06:02 +07:00