Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

How to solve the cross-domain issue

Open
#7,581 16 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
30/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
css, typescript

Research direction

Start by reading workbench.html and locating how workbench.web.main.css is loaded, then inspect the CSP failure when the stylesheet is requested from the proposed CDN URL. Done means establishing whether the stylesheet can load from that origin without a blocked:csp error; the issue does not name a test or further entry point.

Written by the indexing model from the issue text.

Description

enhancement

What is your suggestion?

How to solve the cross-domain issue? Place the workbench.web.main.css file in the CDN and import it in workbench.html through http://xxx.cdn.com, but there will be a (blocked:csp) issue

Why do you want this feature?

Are there any workarounds to get this functionality today?

Are you interested in submitting a PR for this?

Dominant language
TypeScript
Stars
79.4k
Forks
6.9k
Avg merge
2d 13h
Merged PRs (30d)
39

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from coder/code-server

All issues in coder/code-server

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.