Skip to content

Commit

Permalink
Temporarily hardcode PREMIUM_ENABLED
Browse files Browse the repository at this point in the history
This allows us to release before the feature flags are removed from
the add-on. Once an updated add-on has been released, we should
remove this attribute altogether.
  • Loading branch information
Vinnl committed Jan 5, 2022
1 parent 0caf334 commit aae7e62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion privaterelay/templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
{% with request.user.profile_set.first as user_profile %}
data-premium-subdomain-set="{{ user_profile.subdomain }}"
{% endwith %}
data-premium-enabled="{{ settings.PREMIUM_ENABLED }}"
{# TODO: Remove the `premium-enabled` attribute once https://github.com/mozilla/fx-private-relay-add-on/pull/246 has been merged/deployed #}
data-premium-enabled="True"
>
</firefox-private-relay-addon-data>

Expand Down

0 comments on commit aae7e62

Please sign in to comment.