Adam Lui
Adam Lui
BTW I'm not criticizing the unpaid work of loyal contributors which brings greatly useful functionality to admins everywhere, more just explaining why I prioritize security and would hope others do...
@progval gaining access to admin accounts can be the only requirement to exploit the 3 mentioned, and making them write code is not necessary to do this
Well your exact words were: "cannot be exploited by someone who isn't already the admin." You clarify this to mean "one who has shell access." Why would I need to...
Do you have discussion moderation powers @ClearlyClaire ? Can you separate it out starting @ https://github.com/mastodon/mastodon/pull/20808#issuecomment-1430905197 (Issues would also be a nice home for this security discussion)
@ClearlyClaire Why did you mark my on-topic reply revealing this feature didn't work for me as off-topic? Others might find it helpful and learn to precompile assets, saving them time...
@Gargron can you intervene, @ClearlyClaire is hiding a bunch of on-topic comments that would help potential users discover how to implement this commit
Ok I thought my link to the folder containig index.html made it clear but here's a link to the index.html https://github.com/kudoai/chatgpt.js/blob/main/docs/index.html I'm adding languages offline one by one now
It immediately fails to show the placeholder at 1 language added ```js search: { paths: 'auto', placeholder: { '/': 'Search', '/zh-cn/': '搜索' }, noData: { '/': 'No results!', '/zh-cn/': '没有结果!'...
however when I use the docsify/index.html format, it works ```js search: { noData: { '/zh-cn/': '没有结果!', '/': 'No results!', }, paths: 'auto', placeholder: { '/zh-cn/': '搜索', '/': 'Search', }, pathNamespaces:...
I found the glitch, if `/` is the 1st key in either `placeholder` or `noData` then no translations show (for that obj)