Implement a content policy class for thunderbird.

Block the loading of remote images if the preference is set. Register ourselves as a pref observer
so we know when this pref changes.

Has no effect on the seamonkey build. CVS: ----------------------------------------------------------------------


git-svn-id: svn://10.0.0.236/trunk@144336 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org 2003-07-01 05:30:17 +00:00
parent c2ce2c1483
commit 4edaa6643e

View File

@ -327,7 +327,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsMessengerWinIntegration, Init);
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsMessengerOS2Integration, Init);
#endif
NS_GENERIC_FACTORY_CONSTRUCTOR(nsMessengerContentHandler);
NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgContentPolicy);
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsMsgContentPolicy, Init);
////////////////////////////////////////////////////////////////////////////////
// addrbook factories