Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions lib/domains/abused.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ daytonastate.edu
deltacollege.edu
dillard.edu
dragons.hutchcc.edu
dtcc.edu
eco.maranatha.edu
email.phoenix.edu
email.tjc.edu
Expand Down Expand Up @@ -1902,4 +1901,4 @@ ipiaget.pt
student.green.ac.bd
rmutsv.ac.th
livenau.netmarconi-galletti.it
sumare.edu.br
sumare.edu.br
2 changes: 2 additions & 0 deletions lib/domains/dtcc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Delaware Technical Community College
dtcc.edu
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lib/domains/dtcc is being added at the root and without a .txt extension. In this repo, domain entries are discovered by path segments under lib/domains (e.g. lib/domains/edu/<domain>.txt for <domain>.edu). Adding a root-level file named dtcc will cause the compiler (src/main/kotlin/swot/Compiler.kt) to treat dtcc as an academic TLD (i.e. .dtcc), which is incorrect and will broaden matches unexpectedly. Move this entry to lib/domains/edu/dtcc.txt and keep the file contents as school name(s) only (the domain should be implied by the path/filename).

Suggested change
dtcc.edu

Copilot uses AI. Check for mistakes.
Loading