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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: