Skip to content

fix: allows docs.openedx.org links to open#12

Open
saraburns1 wants to merge 1 commit into
mainfrom
saraburns1-patch-2
Open

fix: allows docs.openedx.org links to open#12
saraburns1 wants to merge 1 commit into
mainfrom
saraburns1-patch-2

Conversation

@saraburns1

Copy link
Copy Markdown
Contributor

Instructor dashboard -> Reports tab -> Help tab in any of the 3 reports
When you click the Aspects Reference link it opens a new tab and says "docs.openedx.org is blocked"

SDK v0.3.0 sets allow-popups but not allow-popups-to-escape-sandbox, so popups stay inside the sandbox — and a page that sends Cross-Origin-Opener-Policy (docs.openedx.org does) can't load in a sandboxed popup which causes ERR_BLOCKED_BY_RESPONSE.

We need to add allow-popups-to-escape-sandbox to the SDK iframeSandboxExtras

@codecov

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.19%. Comparing base (112a6c0) to head (6a59061).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #12   +/-   ##
=======================================
  Coverage   74.19%   74.19%           
=======================================
  Files           6        6           
  Lines          62       62           
  Branches       10       10           
=======================================
  Hits           46       46           
  Misses         16       16           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant