Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dveeden/ispdb
Python library for the Mozilla ISPDB
https://github.com/dveeden/ispdb
Last synced: about 1 month ago
JSON representation
Python library for the Mozilla ISPDB
- Host: GitHub
- URL: https://github.com/dveeden/ispdb
- Owner: dveeden
- License: mit
- Created: 2013-10-15T12:54:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-15T14:00:05.000Z (about 11 years ago)
- Last Synced: 2023-03-23T22:11:36.055Z (over 1 year ago)
- Language: Python
- Size: 105 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
ISPDB
=====Python Library for the Mozilla ISPDB
The original package is available on:
https://pypi.python.org/pypi/ispdb/Known Issues
============The Mozilla servers use TLS with SNI, but this is not supported by the
requests library which is used by this package. The requests package
used the python SSL libraries. This is only a limitation on Python 2.x
as the SSL library on Python 3.x does support SNI.Only the Mozilla ISPDB is used, the autoconfig.domain.tld URL is not
tried and the well-known URI is also not tried. So only the ISPDB @
Mozilla works.Other documentation
===================Documentation for the specifications can be found on
https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration