Revision: 27963
          http://sourceforge.net/p/bibdesk/svn/27963
Author:   hofman
Date:     2022-09-30 09:14:37 +0000 (Fri, 30 Sep 2022)
Log Message:
-----------
don't allow diretc access to instance variables of zoom grouop server, it can 
lead to the password

Modified Paths:
--------------
    trunk/bibdesk/BDSKZoomGroupServer.m

Modified: trunk/bibdesk/BDSKZoomGroupServer.m
===================================================================
--- trunk/bibdesk/BDSKZoomGroupServer.m 2022-09-30 06:30:17 UTC (rev 27962)
+++ trunk/bibdesk/BDSKZoomGroupServer.m 2022-09-30 09:14:37 UTC (rev 27963)
@@ -69,6 +69,8 @@
     [ZOOMRecord setFallbackEncoding:NSISOLatin1StringEncoding];
 }
 
++ (BOOL)accessInstanceVariablesDirectly { return NO; }
+
 + (NSArray *)supportedRecordSyntaxes {
     return [NSArray arrayWithObjects:USMARC_STRING, UNIMARC_STRING, 
OPAC_STRING, MARCXML_STRING, DCXML_STRING, MODS_STRING, nil];
 }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to