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

URLとURIが異なるサーバーをホワイトリスト登録できるようにする #1

Closed
wants to merge 2 commits into from

Conversation

4ster1sk
Copy link
Owner

No description provided.

@4ster1sk 4ster1sk changed the title URLとURIが異なるサーバーを登録できるようにする URLとURIが異なるサーバーをホワイトリスト登録できるようにする Dec 28, 2024
@4ster1sk 4ster1sk marked this pull request as ready for review December 28, 2024 18:11
Copy link

github-actions bot commented Dec 28, 2024

Thank you for sending us a great Pull Request! 👍
Please regenerate misskey-js type definitions! 🙏

example:

pnpm run build-misskey-js-with-types

Copy link

github-actions bot commented Dec 28, 2024

このPRによるapi.jsonの差分

差分はこちら
--- base
+++ head
@@ -582,6 +582,12 @@
                       "items": {
                         "type": "string"
                       }
+                    },
+                    "mismatchUriHosts": {
+                      "type": "array",
+                      "items": {
+                        "type": "string"
+                      }
                     }
                   },
                   "required": [
@@ -697,7 +703,8 @@
                     "urlPreviewUserAgent",
                     "urlPreviewSummaryProxyUrl",
                     "federation",
-                    "federationHosts"
+                    "federationHosts",
+                    "mismatchUriHosts"
                   ]
                 }
               }
@@ -14401,6 +14408,12 @@
                     "type": "array",
                     "items": {
                       "type": "string"
+                    }
+                  },
+                  "mismatchUriHosts": {
+                    "type": "array",
+                    "items": {
+                      "type": "string"
                     }
                   },
                   "disableSignup": {

Get diff files from Workflow Page

@4ster1sk 4ster1sk force-pushed the enhance/mismatch-uri-hosts branch from e02c50e to dc95ae9 Compare December 28, 2024 18:25
@4ster1sk 4ster1sk changed the base branch from develop to 20241229 December 28, 2024 18:46
@4ster1sk 4ster1sk force-pushed the enhance/mismatch-uri-hosts branch from f239a60 to cd4e6ff Compare December 28, 2024 18:47
@4ster1sk 4ster1sk force-pushed the enhance/mismatch-uri-hosts branch from cd4e6ff to 9971783 Compare December 28, 2024 19:00
@4ster1sk 4ster1sk closed this Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant