File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,12 +137,6 @@ export default {
137137 }
138138 }
139139 ) ,
140- new CaptchaPlugin ( {
141- captchaAdapter : new CaptchaAdapterCloudflare ( {
142- siteKey : `${ process . env . CLOUDFLARE_SITE_KEY } ` , // Replace with your site key
143- secretKey : `${ process . env . CLOUDFLARE_SECRET_KEY } ` , // Replace with your secret key
144- } ) ,
145- } ) ,
146140 new ForeignInlineListPlugin ( {
147141 foreignResourceId : 'cars_sl'
148142 } ) ,
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ export default {
3030 } ) ,
3131 new CaptchaPlugin ( {
3232 captchaAdapter : new CaptchaAdapterCloudflare ( {
33- siteKey : "0x4AAAAAACy5qrUGxw0KU3KI" , // Replace with your site key
34- secretKey : "0x4AAAAAACy5qvlONDC41YGD9XCwRl9xHD0" , // Replace with your secret key
33+ siteKey : ` ${ process . env . CLOUDFLARE_SITE_KEY } ` , // Replace with your site key
34+ secretKey : ` ${ process . env . CLOUDFLARE_SECRET_KEY } ` , // Replace with your secret key
3535 } ) ,
3636 } ) ,
3737 ] ,
You can’t perform that action at this time.
0 commit comments