這是因為您使用的瀏覽器中cookie紀錄到不允許的字元,而網站程式設計師為了避免【中間人攻擊】可能使用檢查機制,限制您瀏覽網頁。
【Disallowed Key Characters.】這個訊息出現在CodeIgniter Web Framework,這是一個寫網站的PHP套件,裡面有一隻程式【Input.php】在/system/core/之下,內容有針對不允許的Cookie進行限制。
在火狐狸mozilla官方網站有提到Cookie的規範
A
can contain any US-ASCII characters except for: the control character, space, or a tab. It also must not contain a separator characters like the following:
( ) < > @ , ; : \ " / [ ] ? = { }
.
有可能您的瀏覽器在瀏覽某些網站時,被寫入含有( ) < > @ , ; : \ " / [ ] ? = { }
相關字元的cookie了。