Skip to content

Commit 38fc791

Browse files
committed
Disable Technical Protection (temp)
1 parent 699f63f commit 38fc791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/epub/xhtml_translator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ async def translate_xhtml_simplified(
10351035

10361036
# 2. Tag Preservation
10371037
# Technical protection is now always enabled
1038-
protect_technical = True
1038+
protect_technical = False
10391039

10401040
if log_callback:
10411041
log_callback("technical_protection_auto",

0 commit comments

Comments
 (0)