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

Requires user intervention on Safari 12 on macOS Mojave #7

Closed
gkatsev opened this issue Oct 29, 2018 · 3 comments
Closed

Requires user intervention on Safari 12 on macOS Mojave #7

gkatsev opened this issue Oct 29, 2018 · 3 comments

Comments

@gkatsev
Copy link

gkatsev commented Oct 29, 2018

This is a clone of karma-runner/karma-safari-launcher#29. It looks like a file permission issue. The current workaround is the following change:

// const staticHtmlPath = self._tempDir + '/redirect.html';
const staticHtmlPath = path.join(process.env.HOME, 'Library/Containers/com.apple.SafariTechnologyPreview/Data/redirect.html');
@marcoscaceres
Copy link
Owner

hmmm... should I just update to use the above then?

@gkatsev
Copy link
Author

gkatsev commented Oct 30, 2018

Maybe. I haven't done extensive testing with it, particularly, don't know how well it works with older versions of macOS.

@marcoscaceres
Copy link
Owner

Ok, what I can do is ship a major “BREAKING CHANGE” release. That will give any depent folks a heads up that it’s for Majove onwards. People can the choose to sit on the old version or upgrade if needed.

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

No branches or pull requests

2 participants