Skip to content

Commit

Permalink
Merge pull request #74 from basecamp/dont-extend-sockets-if-not-needed
Browse files Browse the repository at this point in the history
Don't extend sockets if not needed
  • Loading branch information
jorgemanrubia authored Jun 20, 2022
2 parents f0ed887 + d3a1c40 commit 8c8edff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/console1984/shield.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def install
def extend_protected_systems
extend_irb
extend_core_ruby
extend_sockets
extend_sockets unless Console1984.protected_urls.blank?
extend_active_record
end

Expand Down

0 comments on commit 8c8edff

Please sign in to comment.