Skip to content
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

Chore: Remove same-origin dependency. #916

Closed
wants to merge 1 commit into from

Conversation

sarvaje
Copy link
Contributor

@sarvaje sarvaje commented Mar 22, 2018

Fix #879

Pull request checklist

Make sure you:

For non-trivial changes, please make sure you also:

  • Added/Updated related documentation.
  • Added/Updated related tests.

Short description of the change(s)

@alrra
Copy link
Contributor

alrra commented Mar 22, 2018

Will update yarn.lock before merging.

@alrra alrra closed this in 7ca95d4 Mar 22, 2018
alrra pushed a commit that referenced this pull request Mar 22, 2018
@@ -344,6 +344,10 @@ const getSonarwhalPackage = () => {
return require(path.join(__dirname, '../../../../package.json'));
};

const sameOrigin = (url1: string, url2: string): boolean => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually thought we were using it in more places. Maybe it wasn't worth it to add a new method to misc?

Copy link
Contributor

@alrra alrra Mar 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed! (see: f884572)

alrra pushed a commit that referenced this pull request Mar 22, 2018
sarvaje added a commit to sarvaje/hint that referenced this pull request Mar 23, 2018
sarvaje added a commit to sarvaje/hint that referenced this pull request Mar 23, 2018
@sarvaje sarvaje deleted the fix-879 branch March 23, 2018 15:21
@alrra alrra mentioned this pull request Mar 23, 2018
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove package same-origin with new method in misc
3 participants