rename identity type from default to common

This commit is contained in:
yggverse 2025-01-29 19:28:42 +02:00
parent 873e642b10
commit a6d84908cc
23 changed files with 8 additions and 8 deletions

View file

@ -247,7 +247,7 @@ impl Request for Entry {
fn identity(&self, profile: &Rc<Profile>) {
if let Some(uri) = self.uri() {
if ["gemini", "titan"].contains(&uri.scheme().as_str()) {
return identity::default(
return identity::common(
profile,
&uri,
&Rc::new({