matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.82k stars 2.13k forks source link

英语 配置成功后,如何隐藏网页地址栏中的/_matrix/static/链接显示 Pèizhì chénggōng hòu, rúhé yǐncáng wǎngyè dìzhǐ lán zhōng de/_matrix/static/liànjiē xiǎnshì After successful configuration, how to hide the /_matrix/static/ link display in the address bar of the web page #16597

Open hanigege opened 12 months ago

hanigege commented 12 months ago

I want to hide both the web prompt running interface and the /_matrix/static/ link display in the browser address bar without affecting the client connection.

               Thank you!
hanigege commented 12 months ago

After the server is successfully configured, how to hide the display of the /_matrix/static/ link in the address bar of the web page

erikjohnston commented 12 months ago

I am not sure I follow. That page isn't really used after setting up Synapse?

hanigege commented 12 months ago

Speech control in some areas requires hiding for safety reasons. I hope you understand! For example: China!

2023年11月6日 21:01,Erik Johnston @.***> 写道:

I am not sure I follow. That page isn't really used after setting up Synapse?

reivilibre commented 11 months ago

Do you mean the redirect to /_matrix/static or the page itself? Either way I'd say your best option is probably to configure your reverse proxy so that it doesn't pass those through to Synapse.