Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In the future we may want to do domain verification, but allow opting out of it. #297

Closed
github-actions bot opened this issue Jan 9, 2024 · 1 comment
Labels
code:todo A TODO/FIXME comment in code.

Comments

@github-actions
Copy link

github-actions bot commented Jan 9, 2024

/// This allows us to connect to servers without having to worry about domain verification.
///
/// TODO: In the future we may want to do domain verification, but allow opting out of it.
pub struct SkipServerVerification;
impl SkipServerVerification {
/// Make new [`SkipServerVerification`].
pub fn new() -> Arc<Self> {


This issue was generated by todo-issue based on a TODO comment in 01823b4.
@github-actions github-actions bot added the code:todo A TODO/FIXME comment in code. label Jan 9, 2024
Copy link
Author

Closing Issue

This comment was generated by todo-issue based on the deletion of a TODO comment in 3cb6a88.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code:todo A TODO/FIXME comment in code.
Projects
None yet
Development

No branches or pull requests

0 participants