-
Notifications
You must be signed in to change notification settings - Fork 895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for #1491: Disable use of $httpHeaders in browser extensions too. #2534
Conversation
I still see permission issue after applying this PR. FWIW, |
Turns out I did not signin first..after sign in it worked fine. |
FYI- Based on #1491 (comment) I tweaked the isBrowserExtension() implementation... I'll try to verify it a bit better today. |
Verified this returns the correct value in and out of a Chrome or Firefox extension. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This is a follow-up to #2464.
@wu-hui Can you test this with your repro extension?
@wilhuff Can you review?
@hsubox76 Can you review the util changes?