Known issues not in scope #100
ZachWatkins
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This is where we document known issues with using the Remarklet library which are outside of the scope of the library to resolve.
Content Security Policy can block script files
This is a web platform feature which websites can enable, and it prevents Remarklet from being loaded into the web page.
Here is an example error message:
Runtime-generated attributes invalidate stored CSS selectors.
For example, if your elements generate a UUID for element IDs while the website is being used, then the locally stored CSS selector will be invalid when you reload your page.
All reactions