Ignore:
Timestamp:
Mar 28, 2023, 5:11:02 PM (20 months ago)
Author:
alloc
Message:

A21 preparations.
NOT COMPATIBLE WITH A20 ANYMORE!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/Web/OpenID.cs

    r351 r420  
    2626
    2727                private const bool verboseSsl = false;
    28                 public static bool debugOpenId;
     28                private static bool debugOpenId => Webserver.OpenID.debugOpenId;
    2929
    3030                static OpenID () {
    31                         for (int i = 0; i < Environment.GetCommandLineArgs ().Length; i++) {
    32                                 if (Environment.GetCommandLineArgs () [i].EqualsCaseInsensitive ("-debugopenid")) {
    33                                         debugOpenId = true;
    34                                 }
    35                         }
    36 
    3731                        ServicePointManager.ServerCertificateValidationCallback = (_srvPoint, _certificate, _chain, _errors) => {
    3832                                if (_errors == SslPolicyErrors.None) {
Note: See TracChangeset for help on using the changeset viewer.