7
0
mirror of https://github.com/RPG-Research/bcirpg.git synced 2024-04-16 14:23:01 +00:00

Created a document to show the problems that can be found when playing test builds of the game on Firefox.

This commit is contained in:
PersonGuyGit
2023-11-05 11:43:00 -07:00
parent 972640cc1d
commit 026356456a
86 changed files with 4579 additions and 0 deletions
Phase2
Databases
Sandbox_Test_Godot_Code
Luke
Database_Testing_2023_1029A
.import
MenuScreen.gdMenuScreen.tscn
assets
default_env.tresexport_presets.cfgicon.pngicon.png.importproject.godot
screens
userInterface
Deployment
Web Version

@ -0,0 +1,19 @@
# How to get arround SSL and HTTP Errors with Mozilla Firefox.
Sometimes you might get an error in regards to HTTPS and our project, when using Firefox.
The best way around that is to clear your Cache and Cookies before doing anything else.
If that does not work, you can attempt to disable HTTPS Only Mode.
## How to clear cookies in Mozilla Firefox.
[Mozilla Docs](https://support.mozilla.org/en-US/kb/clear-cookies-and-site-data-firefox)
## How to learn more about HTTPS Only Mode in Mozilla Firefox.
[Mozilla Docs](https://support.mozilla.org/en-US/kb/https-only-prefs#)