Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-viewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dmarcts-report-viewer.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/dmarcts-report-viewer.js b/dmarcts-report-viewer.js
index 100d485..6c1d52e 100644
--- a/dmarcts-report-viewer.js
+++ b/dmarcts-report-viewer.js
@@ -608,7 +608,9 @@ function build_cookie() {
"sort_column" : sort_column ,
"sort" : sort ,
// "alignment_unknown" : 0 ,
- "dmarc_results_matching_only" : 0
+ "dmarc_results_matching_only" : 0 ,
+ "xml_data_highlight" : xml_data_highlight,
+ "xml_data_hljs" : xml_data_hljs
};
cookie_value = JSON.stringify(cookie_value);