14,953
edits
| Line 87: | Line 87: | ||
* 2006-07-30 add [http://kryogenix.org/code/browser/sorttable/ sortable table] under the [http://www.kryogenix.org/code/browser/licence.html MIT licence] (註: MediaWiki 1.9後,內建[http://en.wikipedia.org/wiki/Help:Sorting 表格排序]功能]) | * 2006-07-30 add [http://kryogenix.org/code/browser/sorttable/ sortable table] under the [http://www.kryogenix.org/code/browser/licence.html MIT licence] (註: MediaWiki 1.9後,內建[http://en.wikipedia.org/wiki/Help:Sorting 表格排序]功能]) | ||
* 2008-03-15 參考KJ文章「[http://wayback.archive.org/web/20081201173249/http://www.mw.net.tw/user/kaurjmeb/blog/2008/02/22/26611/78243/ "活化" wiki首頁]」,[[共筆首頁]] 嵌入[[:Category:Wiki|Wiki類別]]與[[:Category:PKM|個人知識管理類別]]的動態文章列表。 | * 2008-03-15 參考KJ文章「[http://wayback.archive.org/web/20081201173249/http://www.mw.net.tw/user/kaurjmeb/blog/2008/02/22/26611/78243/ "活化" wiki首頁]」,[[共筆首頁]] 嵌入[[:Category:Wiki|Wiki類別]]與[[:Category:PKM|個人知識管理類別]]的動態文章列表。 | ||
* 2016-05-09 整合 CDN [https://www.cloudflare.com/ CloudFlare] | * 2016-05-09 整合 CDN [https://www.cloudflare.com/ CloudFlare]。<ref> [https://www.minwt.com/website/server/19900.html CloudFlare 網站CDN設定,讓網站秒開的絕招|梅問題.教學網]</ref><ref>[https://support.cloudflare.com/hc/en-us/articles/218411427 Page Rules Tutorial – Cloudflare Support]</ref> 使用 page rules | ||
** Browser Integrity Check: On | |||
** Server Side Excludes: On | |||
** Browser ache TTL: 4 hours | |||
** Cache Level: Standard {{exclaim}} 不要選 Cache Everything 會導致儲存時常變動的內容,在頁面卻無法馬上即時更新<ref>[https://www.mediawiki.org/wiki/Manual:CloudFlare Manual:CloudFlare - MediaWiki]</ref> | |||
** Edge Cache TTL: 4 hours | |||
** Email Obfuscation: On | |||
* 2017-02-26 遇到 [https://blog.gslin.org/archives/2017/02/25/7147/cloudbleed%EF%BC%9Acloudflare-%E9%80%99%E6%AC%A1%E7%9A%84%E5%AE%89%E5%85%A8%E5%95%8F%E9%A1%8C/ Cloudbleed: Cloudflare 安全問題]。啟用 [https://www.mediawiki.org/wiki/Manual:$wgServer $wgServer] SSL 與 [https://www.mediawiki.org/wiki/Manual:$wgSecureLogin $wgSecureLogin] 選項。 | * 2017-02-26 遇到 [https://blog.gslin.org/archives/2017/02/25/7147/cloudbleed%EF%BC%9Acloudflare-%E9%80%99%E6%AC%A1%E7%9A%84%E5%AE%89%E5%85%A8%E5%95%8F%E9%A1%8C/ Cloudbleed: Cloudflare 安全問題]。啟用 [https://www.mediawiki.org/wiki/Manual:$wgServer $wgServer] SSL 與 [https://www.mediawiki.org/wiki/Manual:$wgSecureLogin $wgSecureLogin] 選項。 | ||
* 2017-09-13 強制使用 HTTPS<ref>[https://stackoverflow.com/questions/37481681/force-ssl-https-for-subdomain-with-htaccess php - Force SSL HTTPS for subdomain with .htaccess - Stack Overflow]</ref> | * 2017-09-13 強制使用 HTTPS<ref>[https://stackoverflow.com/questions/37481681/force-ssl-https-for-subdomain-with-htaccess php - Force SSL HTTPS for subdomain with .htaccess - Stack Overflow]</ref> | ||