diff --git a/plugin/core/Diff.pm b/plugin/core/Diff.pm index 70850b1..4471534 100644 --- a/plugin/core/Diff.pm +++ b/plugin/core/Diff.pm @@ -190,6 +190,17 @@ sub show_diff { #============================================================================== # jsdifflibを使って差分の表示を行うHTMLを取得 +# - 'function diffUsingJS(type)' is in resources/diff.js to work with +# CSP (Content Security Policy) Hash. +# - Do not insert any space or new line between +# to stabilize the hash value obtained by a command like: +# `echo -n ' + - - + + +
- + |; return $buf;