Skip to content

Commit

Permalink
Auto merge of #2202 - XAMPPRocky:patch-1, r=carols10cents
Browse files Browse the repository at this point in the history
Add rustless.org to documentation blocklist

Found on: https://crates.io/crates/valico

No longer hosts any kind of rust documentation.

r? @carols10cents
  • Loading branch information
bors committed Mar 11, 2020
2 parents 873c201 + 2fd9289 commit 974b664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/krate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use crate::schema::*;

/// Hosts in this list are known to not be hosting documentation,
/// and are possibly of malicious intent e.g. ad tracking networks, etc.
const DOCUMENTATION_BLOCKLIST: [&str; 1] = ["rust-ci.org"];
const DOCUMENTATION_BLOCKLIST: [&str; 2] = ["rust-ci.org", "rustless.org"];

#[derive(Debug, Queryable, Identifiable, Associations, Clone, Copy)]
#[belongs_to(Crate)]
Expand Down

0 comments on commit 974b664

Please sign in to comment.