Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

Firefox removes href attribute if the link doesn't start with htttp://

  • 2 odpovědi
  • 3 mají tento problém
  • 13 zobrazení
  • Poslední odpověď od user1364126

more options

When pasting a link, which has an href without http:// (ex: <a href="zotero://open-pdf/0_123456" target="_blank">Open PDF</a>), in the HTML mode (not the source code mode) of an HTML editor, Firefox removes the href attributes. So I end up with this source code: <a target="_blank">Open PDF</a>

So how can I paste a link in an HTML editor in Firefox when its href doesn't contain an http://?

When I start Firefox in Safe Mode, then the `href="zotero://open-pdf/0_123456"` isn't removed

More background: I am creating this link with a python script based on HtmlClipboard

I already try saving a user.js in C:\Users\<Windows login/user name>\AppData\Roaming\Mozilla\Firefox\Profiles\<profile folder> with the code below but without success: user_pref("capability.policy.default.checkloaduri.enabled", "allAccess"); user_pref("capability.policy.policynames", "localfilelinks"); user_pref("capability.policy.localfilelinks.sites", "zotero://"); user_pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess"); user_pref("capability.policy.maonoscript.javascript.enabled", "allAccess");


Windows 7, Firefox 50.0,

When pasting a link, which has an href without http:// (ex: <a href="zotero://open-pdf/0_123456" target="_blank">Open PDF</a>), in the HTML mode (not the source code mode) of an HTML editor, Firefox removes the href attributes. So I end up with this source code: <a target="_blank">Open PDF</a> So how can I paste a link in an HTML editor in Firefox when its href doesn't contain an http://? When I start Firefox in Safe Mode, then the `href="zotero://open-pdf/0_123456"` isn't removed More background: I am creating this link with a python script based on HtmlClipboard I already try saving a user.js in C:\Users\<Windows login/user name>\AppData\Roaming\Mozilla\Firefox\Profiles\<profile folder> with the code below but without success: user_pref("capability.policy.default.checkloaduri.enabled", "allAccess"); user_pref("capability.policy.policynames", "localfilelinks"); user_pref("capability.policy.localfilelinks.sites", "zotero://"); user_pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess"); user_pref("capability.policy.maonoscript.javascript.enabled", "allAccess"); Windows 7, Firefox 50.0,

Upravil uživatel user1364126 dne

Všechny odpovědi (2)

more options

EnoraNedelec said

When I start Firefox in Safe Mode, then the `href="zotero://open-pdf/0_123456"` isn't removed

Thank you for testing that. Let's focus in on your extensions more closely. Do any of your extensions potentially "clean" input into website forms or monitor the zotero:// protocol?? You can view, disable, and often configure or remove extensions on the Add-ons page. Either:

  • Ctrl+Shift+a (Mac: Command+Shift+a)
  • "3-bar" menu button (or Tools menu) > Add-ons

In the left column, click Extensions. Then cast a critical eye over the list on the right side. All extensions are optional. If in doubt, disable.

Often a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.

Any improvement?

more options

Thanks for this! You directed me to the right direction as the problem is caused by one of my extension. The funny thing is that I can't disable the extension causing the problem because it's the one I need to paste my link into! So the problem is not yet solved but at least I know where to focus. !

Upravil uživatel user1364126 dne