Lissy93 / personal-security-checklist

🔒 A compiled checklist of 300+ tips for protecting digital security and privacy in 2024
https://digital-defense.io
Other
16.86k stars 1.18k forks source link

[AMENDMENT] Ability to edit unclear/not working #247

Open Compr0mzd opened 6 months ago

Compr0mzd commented 6 months ago

Location

personal-security-checklist.yml

Amendments

Hey I tried to edit the personal-security-checklist.yml to remove some categories however when I tried to start : yarn dev no modification is made even when trying to rename a category When building the static version it's not working as well to get a modified results. Do you have any idea why it isn't modifying ? I tried to go from scratch and do It on a clean project folder but still got a same issue Thanks in advance for the help

Would you like to submit a PR?

None

Please tick the boxes

hugosxm commented 6 months ago

Same here

theomercierisen commented 6 months ago

Hello, I have the same issue, it is not possible to modify the content of the security checlist with the .yml , could you please give us a hint of how to do it ? thank you

Compr0mzd commented 5 months ago

up

Lissy93 commented 5 months ago

I think it's this part that you need to update, to fetch a checklist from an alternate source:

https://github.com/Lissy93/personal-security-checklist/blob/c091ccf209421cd39a7674243b828ffc944b19ea/web/src/routes/layout.tsx#L10-L16

Suri777 commented 4 months ago

Location personal-security-checklist.yml layout.tsx

Amendments Hi @Lissy93 , I edited the personal-security-checklist.yml file, but I can't apply the changes.

I modified the personal-security-checklist/web/src/routes/layout.tsx with the local address where my modified file is located (changing line 11 in layout.tsx file). However when the site loads, the information that should be in the yml file does not appear (the rest of the site loads correctly).

Could you give us an example of how I have to write the local URL for it to work correctly?

Thanks in advance!