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

[Bug] @import works on chrome, but not on firefox from digitaloceanspaces #754

Open
Thorvarium opened this issue May 12, 2023 · 0 comments

Comments

@Thorvarium
Copy link

Describe the bug

@import works on chrome, but not on firefox when using this URL:

@import url(https://vine.nyc3.digitaloceanspaces.com/test.css);

It is supposed to make the background color red on the body of the website.

Browser

Firefox 113.0.1, windows 11

To Reproduce

Steps to reproduce the behavior:

  • Go to https://www.google.com
  • Open stylebot options
  • Go to Styles tab
  • Add a new style
  • specify URL: https://www.google.com*
  • content: @import url(https://vine.nyc3.digitaloceanspaces.com/test.css);
  • refresh google page tab

Expected behavior

Background should be red, works on chrome but not on firefox.

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

1 participant