你的名字
主題
| 來自:樹雄 | 時間:Thu 2018-01-11 15:13:44 | | <strong>A. Improved HTML sanitizer</strong> | | Don't just remove all HTML. Allow some HTML tag to exists for formatting. | Only to remove dangerous ones | (i.e. <code><script></code>, <code><style></code>, <code><iframe></code>, <code><* style="*"></code>) | | Reference: | https://github.com/ezyang/htmlpurifier | <br/> | | <strong>B. Markdown formatting support</strong> | | All Github user at least know some markdown. | | Reference: | https://github.com/michelf/php-markdown | <br/> | | <strong>C. Login with OAuth2 backend (e.g. Google)</strong> | | Also better session than plaintext name in cookie. | | Reference: | https://github.com/thephpleague/oauth2-client | https://jwt.io/ | https://github.com/firebase/php-jwt | <br/> | | | <strong>D. Telegram bot to publish forum update</strong> | | References: | https://core.telegram.org/bots/api#update | https://core.telegram.org/bots/api#sendmessage | https://core.telegram.org/bots#privacy-mode | <br/> | | | <strong>E. IPFS as alternative storage backend</strong> | | Distributed storage. Need to figure out how to do locking. | | References: | https://ipfs.io/ | https://github.com/cloutier/php-ipfs-api
發出