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:
parent
c2ce2c1483
commit
4edaa6643e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user