We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07dcaa4 commit 8d7ad9eCopy full SHA for 8d7ad9e
spec/acceptance/github-server/web.rb
@@ -23,6 +23,7 @@ class FakeGitHubApi < Sinatra::Base
23
24
set :port, 443
25
set :bind, "0.0.0.0"
26
+ set :host_authorization, { permitted_hosts: [] }
27
28
BASE_DIR = "/tmp/github"
29
0 commit comments