File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
portal/src/app/transactions Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,12 @@ module.exports = {
9696 name : "posthog-js" ,
9797 } ,
9898 ] ,
99+ patterns : [
100+ {
101+ group : [ "**/../@/**" ] ,
102+ message : "Use absolute imports instead. Example: '@/foo/bar..'" ,
103+ } ,
104+ ] ,
99105 } ,
100106 ] ,
101107 "no-restricted-syntax" : [
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ const ContentSecurityPolicy = `
99 img-src * data: blob:;
1010 media-src * data: blob:;
1111 object-src 'none';
12- style-src 'self' 'unsafe-inline' vercel.live;
12+ style-src 'self' 'unsafe-inline' vercel.live us.posthog.com ;
1313 font-src 'self' vercel.live assets.vercel.com framerusercontent.com fonts.gstatic.com;
1414 frame-src * data:;
15- script-src 'self' 'unsafe-eval' 'unsafe-inline' 'wasm-unsafe-eval' 'inline-speculation-rules' *.thirdweb.com *.thirdweb-dev.com vercel.live js.stripe.com framerusercontent.com events.framer.com challenges.cloudflare.com googletagmanager.com us-assets.i.posthog.com edit.framer.com;
15+ script-src 'self' 'unsafe-eval' 'unsafe-inline' 'wasm-unsafe-eval' 'inline-speculation-rules' *.thirdweb.com *.thirdweb-dev.com vercel.live js.stripe.com framerusercontent.com events.framer.com challenges.cloudflare.com googletagmanager.com us-assets.i.posthog.com edit.framer.com framer.com googletagmanager.com ;
1616 connect-src * data: blob:;
1717 worker-src 'self' blob:;
1818 block-all-mixed-content;
Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ export const sidebar: SideBar = {
106106 } ,
107107 { separator : true } ,
108108 {
109- name : "Archive " ,
110- isCollapsible : true ,
109+ name : "Advanced " ,
110+ isCollapsible : false ,
111111 links : [
112112 {
113113 href : `/engine/v3` ,
You can’t perform that action at this time.
0 commit comments