# Firefox for Android

{% hint style="danger" %}
**DEPRECATED:** The tjCSL Library Proxy has been deprecated. The information on this site is preserved for documentation and historical purposes. Please check the Google CASA setup [here](/library/casa.md).
{% endhint %}

For anyone wondering, yes, Firefox on Android is very different from desktop Firefox.  This is especially true for setting up the proxy.

## Clearing Cache

First, go to the menu by pressing the button with three vertical dots.

![](/files/-LmvofzYdLQeWd96k8vW)

Then go to the settings.

![](/files/-Lmw9o1C1knROP1d08jB)

On the settings page, select `Clear private data`.

![](/files/-Lmz3uiCj_rVJbSoTaeO)

Make sure that the cache option is checked and then select `clear data`.

![](/files/-Lmz5E7BPf8yTZtZ-KZU)

Once you have cleared data, exit the settings screen and type in `about:config` in the address bar.

![](/files/-Lmz6mSBx7mdPInpRKTb)

In this area, search for `network.proxy.type` and give it a value of 2.  This lets Firefox know that you want to use a pac file for your proxy.

![](/files/-Lmz9miL1y1uNqeDZmDd)

Then search for `network.proxy.autoconfig_url` and set it to be `https://pac.tjhsst.edu`.

![](/files/-LmzCjIl2meVaDS1OWny)

## Test it Out

To test this out, go to `accessscience.com`.  You should see a prompt for a username and password pop up.  When prompted, put in the login information you would use to access Ion.

![Example prompt](/files/-LmzDMNGjc1u0Le66OJb)

When you reach Access Science, press the menu button or the three horizontal lines and you should see Thomas Jefferson High School

![](/files/-LmzENghmUYxKdEL8327)


---

# Agent Instructions: 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:

```
GET https://guides.tjhsst.edu/library/proxy-setup/firefox-for-android.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
