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

bookmark panel cannot be rendered on some pages #5

Open
hxrts opened this issue Jul 26, 2016 · 2 comments
Open

bookmark panel cannot be rendered on some pages #5

hxrts opened this issue Jul 26, 2016 · 2 comments

Comments

@hxrts
Copy link
Contributor

hxrts commented Jul 26, 2016

github.com is an example

This may be tricky to handle since we start to get into page-specific security protocols. Maybe we can start dropping examples here so we can see what kind of edge cases we encounter. Improvements here may port over to the bookmarklet implementation as well depending on the fix.

@cgimber
Copy link

cgimber commented Oct 10, 2018

I've been noticing this issue as well. The error I'm getting is usually some variation of this:

Refused to frame 'https://www.are.na/' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'frame-src' was not explicitly set, so 'default-src' is used as a fallback.

modalzmodalzmodalz.com is another example of this

Any word on a possible work-around?

@hxrts
Copy link
Contributor Author

hxrts commented Oct 10, 2018

The workaround is ultimately to rewrite the extension so it doesn't do javascript injection directly into the page. Not sure how feasible this is in the immediate future, but it might be something the team has its eye on for later.

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