--- title: "Permissions Variables" slug: "permissions-variables" updated: 2024-09-17T11:02:56Z published: 2024-09-17T11:02:56Z canonical: "help.hyperscience.ai/permissions-variables" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.hyperscience.ai/llms.txt > Use this file to discover all available pages before exploring further. # 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.