chore: generate

This commit is contained in:
opencode-agent[bot]
2026-03-10 16:56:30 +00:00
parent f56e6684a6
commit b407d86f88
6 changed files with 50 additions and 101 deletions
+1 -3
View File
@@ -24,9 +24,7 @@ test("only attaches share auth headers for same-origin URLs", () => {
expect(shouldAttachShareAuthHeaders("https://control.example.com/share/abc", "https://control.example.com")).toBe(
true,
)
expect(
shouldAttachShareAuthHeaders("https://other.example.com/share/abc", "https://control.example.com"),
).toBe(false)
expect(shouldAttachShareAuthHeaders("https://other.example.com/share/abc", "https://control.example.com")).toBe(false)
expect(shouldAttachShareAuthHeaders("https://control.example.com:443/share/abc", "https://control.example.com")).toBe(
true,
)