mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-17 19:55:18 -04:00
Improved CR preservation logic - now based on entropy
This commit is contained in:
parent
813a151524
commit
fd390bc61b
4 changed files with 69 additions and 32 deletions
|
@ -54,8 +54,7 @@ function main() {
|
|||
autoMagic: true,
|
||||
imagePreview: true,
|
||||
syncTabs: true,
|
||||
preserveCR: true,
|
||||
userSetCR: false
|
||||
preserveCR: "entropy"
|
||||
};
|
||||
|
||||
document.removeEventListener("DOMContentLoaded", main, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue