alpheios-project / alpheios-core

Alpheios Core Javascript Packages and Libraries
15 stars 2 forks source link

Remove DefaultSiteOptions #669

Closed irina060981 closed 2 years ago

irina060981 commented 2 years ago

I found one place that should be checked:

DefaultSiteOptions has the following treebank links:
          "treebanks": {
            "labelText": "Treebanks",
            "defaultValue": "http://alpheios.net/alpheios-treebanks/tbext.html?owner=perseids-project&repos=harrington_trees&collid=lattb&objid=7229&doc=lattb.7229.1",
            "multiValue": false,
            "values": [
                { "value": "http://alpheios.net/alpheios-treebanks/tbext.html?owner=perseids-project&repos=harrington_trees&collid=lattb&objid=7229&doc=lattb.7229.1",
                  "test": "Example Site Treebank"
                }
              ]
          }

But I believe that it could be easily updated to https, because our site is used under https and also I think this option should not be ever used

Originally posted by @irina060981 in https://github.com/alpheios-project/webextension/issues/325#issuecomment-970057458

irina060981 commented 2 years ago

Removed