Skip to content

Commit

Permalink
chore: change default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenzing committed Jul 17, 2024
1 parent e72db16 commit bb919a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blockscout-service-launcher/src/launcher/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl Default for CorsSettings {
enabled: false,
allowed_origin: "".to_string(),
allowed_methods: "PUT, GET, POST, OPTIONS, DELETE, PATCH".to_string(),
allowed_credentials: false,
allowed_credentials: true,
max_age: 3600,
block_on_origin_mismatch: false,
send_wildcard: false,
Expand Down

0 comments on commit bb919a5

Please sign in to comment.