• R/O
  • SSH
  • HTTPS

bbs2ch: コミット


コミットメタ情報

リビジョン433 (tree)
日時2008-07-05 04:05:26
作者flyson

ログメッセージ

[04_BRANCH] protocolFlags に URI_LOADABLE_BY_ANYONE を追加

変更サマリ

差分

--- branches/bbs2chreader/04_BRANCH/components/b2rProtocolHandler.js (revision 432)
+++ branches/bbs2chreader/04_BRANCH/components/b2rProtocolHandler.js (revision 433)
@@ -84,9 +84,11 @@
8484
8585 scheme: "bbs2ch",
8686 defaultPort: -1,
87- protocolFlags: Ci.nsIProtocolHandler.URI_NOAUTH,
87+ // XXX 設計を見直して URI_LOADABLE_BY_ANYONE をやめるようにする
88+ protocolFlags: Ci.nsIProtocolHandler.URI_NOAUTH | Ci.nsIProtocolHandler.URI_LOADABLE_BY_ANYONE,
8889
8990
91+
9092 allowPort: function(aPort, aScheme){
9193 return false;
9294 },
旧リポジトリブラウザで表示