Skip to content

Commit 71270f5

Browse files
BenLubarhiyuki2578
authored andcommitted
Default to the web domain (eg. mastodon.lubar.me) instead of the local domain (eg. lubar.me) for keybase proofs (mastodon#10565)
1 parent 09b3db6 commit 71270f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/lib/proof_provider/keybase.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class ProofProvider::Keybase
44
BASE_URL = ENV.fetch('KEYBASE_BASE_URL', 'https://keybase.io')
5-
DOMAIN = ENV.fetch('KEYBASE_DOMAIN', Rails.configuration.x.local_domain)
5+
DOMAIN = ENV.fetch('KEYBASE_DOMAIN', Rails.configuration.x.web_domain)
66

77
class Error < StandardError; end
88

0 commit comments

Comments
 (0)