> For the complete documentation index, see [llms.txt](https://hulp.welcometomygarden.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hulp.welcometomygarden.org/master/2.-wtmg-gebruiken-in-firefox.md).

# 2. WTMG gebruiken in Firefox

Hallo allemaal,

Dankzij de feedback van verschillende van jullie hebben we een probleem vastgesteld voor Firefox-gebruikers.

**Het probleem:**\
Firefox heeft de functie *Enhanced Tracking Protection* in de browser geüpdatet, en deze nieuwe versie blokkeert momenteel ons inlogsysteem (Firebase). Omdat de compatibiliteit tussen deze Firefox-functie en Firebase buiten onze controle valt, kunnen we hier op dit moment helaas niets aan doen.

**De oplossing:**\
We hebben Firefox op de hoogte gebracht van het probleem en wachten op hun reactie. Ondertussen zijn er twee manieren om hiermee om te gaan:

1. **Gebruik een andere browser** dan Firefox (bijvoorbeeld Chrome).
2. **Schakel de ‘Enhanced Tracking Protection’ uit voor de WTMG-website**. [Hier vind je de instructies om dit te doen](https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop#w_what-to-do-if-a-site-seems-broken). De volgende twee screenshots tonen ook hoe je dit kan uitschakelen:\
   \
   [![image](https://community.welcometomygarden.org/uploads/default/optimized/1X/24f2dd0ce88d1158081f2f785e468b76447d08e2_2_187x375.png)](https://community.welcometomygarden.org/uploads/default/original/1X/24f2dd0ce88d1158081f2f785e468b76447d08e2.png)\
   \
   [![image](https://community.welcometomygarden.org/uploads/default/optimized/1X/2b820d83b8df9d27cc837fccde8b479f2bb9b80b_2_187x375.png)](https://community.welcometomygarden.org/uploads/default/original/1X/2b820d83b8df9d27cc837fccde8b479f2bb9b80b.png)

We hopen dat dit helpt en dat het probleem snel wordt opgelost!

{% hint style="info" %}
Als geen van deze suggesties voor jou werkt, of als je dit probleem in een andere browser tegenkomt, laat het ons dan weten via <support@welcometomygarden.org>. We helpen je graag verder!
{% endhint %}

Het WTMG-team


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://hulp.welcometomygarden.org/master/2.-wtmg-gebruiken-in-firefox.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
