Skip to content

Commit

Permalink
Disallow all special page possibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Oct 1, 2024
1 parent 0b1daf2 commit 6227b5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jobs/http.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ job "http" {
destination = "local/robots.txt"
mode = "file"

options { checksum = "md5:a2f8f6506f487014d8ee3466c3de46aa" }
options { checksum = "md5:ff514e2b6c7f211ddc49203939793fae" }
}

config {
Expand Down
7 changes: 4 additions & 3 deletions res/robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ Disallow: /w/Special:
Disallow: /w/Special%3A
Disallow: /w/%ED%8A%B9%EC%88%98:
Disallow: /w/%ED%8A%B9%EC%88%98%3A
Disallow: /index.php?title=%ED%8A%B9%EC%88%98:
Disallow: /index.php?title=%ED%8A%B9%EC%88%98%3A
Disallow: /*?title=%ED%8A%B9%EC%88%98:
Disallow: /*?title=%ED%8A%B9%EC%88%98%3A
Disallow: /*&title=%ED%8A%B9%EC%88%98:
Disallow: /*&title=%ED%8A%B9%EC%88%98%3A

# https://github.com/femiwiki/nomad/issues/270
Disallow: /index.php?hidelinks=1&hidetrans=1&title=
Disallow: /index.php?target=*&title=%ED%8A%B9%EC%88%98:%EA%B0%80%EB%A6%AC%ED%82%A4%EB%8A%94%EB%AC%B8%EC%84%9C
Disallow: /*&mobileaction=toggle_view_mobile

sitemap:https://femiwiki.com/sitemap/sitemap-index-femiwiki.xml

0 comments on commit 6227b5b

Please sign in to comment.