Handle relaxed domain match
This commit is contained in:
parent
84a504d668
commit
3d03bfc4fa
5 changed files with 137 additions and 35 deletions
|
|
@ -143,6 +143,7 @@
|
|||
<div class="row mb-4" id="dns">
|
||||
<div class="col-12">
|
||||
<DnsRecordsCard
|
||||
domainAlignment={report.header_analysis?.domain_alignment}
|
||||
dnsResults={report.dns_results}
|
||||
dnsGrade={report.summary?.dns_grade}
|
||||
dnsScore={report.summary?.dns_score}
|
||||
|
|
@ -185,6 +186,7 @@
|
|||
<div class="row mb-4" id="header">
|
||||
<div class="col-12">
|
||||
<HeaderAnalysisCard
|
||||
dmarcRecord={report.dns_results.dmarc_record}
|
||||
headerAnalysis={report.header_analysis}
|
||||
headerGrade={report.summary?.header_grade}
|
||||
headerScore={report.summary?.header_score}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue