You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.
Because there is two flavors of site- or domain-level scope: http and https. Both flavors need to be removed when creating a broader scope. This is already taken care in the code.
Problem is in httpsb.js /createPermanentGlobalScope() :
Because there is two flavors of site- or domain-level scope:
http
andhttps
.Both flavors need to be removed when creating a broader scope.This is already taken care in the code.Problem is in httpsb.js /createPermanentGlobalScope() :
removeTemporaryScopeFromScopeKey
should beremovePermanentScopeFromScopeKey
.The text was updated successfully, but these errors were encountered: