## Permissions Variables

This article describes permissions-related ".env" variables that we support.

## Task Restrictions for Submissions page tasks

In v28.3.2 and earlier, by default, Task Restrictions are applied to tasks accessed in the Work Queue, but not to tasks on the Submissions page. If you are running Hyperscience v28.3.2, you can apply Task Restrictions to all tasks, regardless of whether users access them from the Work Queue or the Submissions page. To do so, set the _APPLY\_TASK\_RESTRICTIONS\_TO\_SUBMISSIONS\_VIEW_ variable in your “.env” file to _true_:

```plaintext
APPLY_TASK_RESTRICTIONS_TO_SUBMISSIONS_VIEW=true
```

Later versions of Hyperscience do not include this variable, as the system automatically applies Task Restrictions to tasks on the Submissions page.
