You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for 'sessionid' cookie as alternative to "SACSID" cookie
SACSID already expires after 24 hours, whereas 'sessionid' cookie expires
after 2 weeks. So using 'sessionid' instead of SACSID improves the situation.
Using SACSID is still supported though to remain compatibility. This resolves
github issue #3.
ice/ingress-ice.conf.sample: No longer set plugins/pluginsConfig at all
Only document the defaults for plugins/pluginsConfig options and
provide examples for changing the map, etc.
ingress-ice.conf.sample: authentication needs to be done via cookies
Document that authentication via login/password is currently broken
and therefore needs to be done via cookies (SACSID/CSRF options).
* commented out login/pasword options
* documented how to figure out SACSID/CSRF options in Firefox
* fixed Intel Map URLs
This is issue #1.
Adjusted Intel Map domain to fix authentification
Intel Map domain changed on Oct 30 2018 from www.ingress.com to
intel.ingress.com. This broke authentification completely for
ingress-ice. Adjusted sources to this. Patch by @vivaeltopo.