Toggl-button: Adding custom service doesn't work in Firefox

Created on 29 Oct 2018  路  5Comments  路  Source: toggl/toggl-button

Environment details

  • Operation system: Arch Linux
  • Extension version: 1.12.0

Expected behavior

Able to add custom service.

Actual behavior

Custom url adds with AgenoCRM setting only.

Steps to reproduce the behavior

  • Try to add new custom domain url permission
  • Fail

image
image

Most helpful comment

Thanks for your patience. Firefox permission settings, including custom URLs, will be available in the next release 馃帀 It may take a few days to roll out to you.

All 5 comments

I can confirm this with Firefox Developer Edition 64.0b5 (64-Bit) on a Windows 10 host. Due to this bug, AgenoCRM remains the only self hosted software the add-on can handle.

Also reported in conversations/19362847602

Same issue on Firefox 63.0.1, Mac OS 10.14

Temporary solution:

  1. Open about:debugging
  2. Enable extensions debugging
  3. Find toggle button and press on "Manifest URL"
  4. Replace "manifest.json" in address bar with "html/settings.html" and open
  5. Add your domain
  6. In this file: https://github.com/toggl/toggl-button/blob/6565ec50c6e4c667e81ba9fdccf53a21c55dc925/src/scripts/origins.js find key for your service (for example, it's myjetbrains.com for YouTrack)
  7. Open inspector -> Storage -> Local storage, find "TogglButton-origins" key, replace "agenocrm.com" with the value from step 6

Thanks for your patience. Firefox permission settings, including custom URLs, will be available in the next release 馃帀 It may take a few days to roll out to you.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mgsloan picture mgsloan  路  5Comments

maritoggl picture maritoggl  路  6Comments

ricotheque picture ricotheque  路  4Comments

vedr4n picture vedr4n  路  6Comments

jhagberg picture jhagberg  路  3Comments