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

chore: disable use_dynamic_url as Chrome 130 is obviously not ready for it #22

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

xc2
Copy link
Owner

@xc2 xc2 commented Oct 16, 2024

Crxjs enable use_dynamic_url by default on development for no reason and it actually did nothing before Chrome 130.

Chrome 130 enable the ability of use_dynamic_url but things below are broken:

  1. import() in a content script will fail due to CSP reason
  2. chrome.runtime.action.setPopup will fail for a dynamic url.

Ref:

@xc2 xc2 changed the title chore: disable use_dynamic_url for development as Chrome 130 is usly not ready for it chore: disable use_dynamic_url for development as Chrome 130 is obviously not ready for it Oct 16, 2024
@xc2 xc2 changed the title chore: disable use_dynamic_url for development as Chrome 130 is obviously not ready for it chore: disable use_dynamic_url as Chrome 130 is obviously not ready for it Oct 16, 2024
@xc2 xc2 merged commit 385707a into main Oct 16, 2024
@xc2 xc2 deleted the chore-disable-dynamic-url branch October 16, 2024 17:05
goodideagiver

This comment was marked as outdated.

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.

2 participants