fix: allow WRNexus reactive inline styles
This commit is contained in:
@@ -132,6 +132,9 @@ test("site includes core guides and production configuration", () => {
|
||||
expect(config).toContain("contentSecurityPolicy:");
|
||||
expect(config).not.toMatch(/^\s*csp:\s*\{/m);
|
||||
expect(config).toContain('"connect-src": ["\'self\'", "https://fonts.gstatic.com"]');
|
||||
expect(config).toContain(
|
||||
'"style-src": ["\'self\'", "\'unsafe-inline\'", "https://fonts.googleapis.com"]',
|
||||
);
|
||||
});
|
||||
|
||||
test("language reference covers directives, events, loops, and conditionals", () => {
|
||||
|
||||
Reference in New Issue
Block a user