Skip to content

Commit

Permalink
add smartscreen to net annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lawrence committed Sep 9, 2022
1 parent c9aafe2 commit e510459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FiddlerImportNetlog/Importer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1115,6 +1115,7 @@ private void ParseSessionsFromBucket(KeyValuePair<int, List<Hashtable>> kvpUR)
case 107267424: sAnnotation += " (open_search)"; break;
case 21498113: sAnnotation += " (service_worker_script_load)"; break;
case 88863520: sAnnotation += " (autofill_query)"; break;
case 30454590: sAnnotation += " (smartscreen)"; break;
}
dictSessionFlags["X-Netlog-Traffic_Annotation"] = sAnnotation;
}
Expand Down

0 comments on commit e510459

Please sign in to comment.