Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Documentation idea: how to trust *.coder domains in the browser #75

Closed
coder/coder
#16544
Labels
documentationImprovements or additions to documentation
@hugodutka

Description

@hugodutka

When you do web development, the web server often needs to set some secure cookies in the browser. They are often used for user authorization. Those work on localhost, but not withhttp://, as browsers treat plain HTTP as insecure. For example, by default, you can't log in to Coder when it's hosted withouthttps.

Chromium-based browsers let you manually mark some origins as trusted, and they are then treated as secure. You can do it be setting the following flag: chrome://flags/#unsafely-treat-insecure-origin-as-secure

I did it with my workspace to be able to develop Coder on Coder withouthttps and use the development web UI via the .coder domain.

It'd be great to document that this is possible when we publish the Coder VPN docs.

Also, It'd be good to mention that this is actually secure with Coder VPN because the connection is still encrypted at a lower part of the networking stack with wireguard.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp