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 = {
96
96
name : "posthog-js" ,
97
97
} ,
98
98
] ,
99
+ patterns : [
100
+ {
101
+ group : [ "**/../@/**" ] ,
102
+ message : "Use absolute imports instead. Example: '@/foo/bar..'" ,
103
+ } ,
104
+ ] ,
99
105
} ,
100
106
] ,
101
107
"no-restricted-syntax" : [
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ const ContentSecurityPolicy = `
9
9
img-src * data: blob:;
10
10
media-src * data: blob:;
11
11
object-src 'none';
12
- style-src 'self' 'unsafe-inline' vercel.live;
12
+ style-src 'self' 'unsafe-inline' vercel.live us.posthog.com ;
13
13
font-src 'self' vercel.live assets.vercel.com framerusercontent.com fonts.gstatic.com;
14
14
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 ;
16
16
connect-src * data: blob:;
17
17
worker-src 'self' blob:;
18
18
block-all-mixed-content;
Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ export const sidebar: SideBar = {
106
106
} ,
107
107
{ separator : true } ,
108
108
{
109
- name : "Archive " ,
110
- isCollapsible : true ,
109
+ name : "Advanced " ,
110
+ isCollapsible : false ,
111
111
links : [
112
112
{
113
113
href : `/engine/v3` ,
You can’t perform that action at this time.
0 commit comments