Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/enhance security for browser elements #847

Merged
Merged
Changes from 18 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
f9cd7d2
fix: Improve Handling of Sensitive Data in Browser
bhavanakarwade Dec 20, 2024
81c4df1
improved error handling for layout component
bhavanakarwade Dec 23, 2024
4e2372e
refactor: improve variables initialization logic
bhavanakarwade Dec 23, 2024
5cf0124
removed hardcoded variables
bhavanakarwade Dec 23, 2024
75314c0
added file path in yml file
bhavanakarwade Dec 23, 2024
3cbb537
Merge branch 'develop-fixed-dco' of https://github.com/credebl/studio…
bhavanakarwade Dec 23, 2024
f167d35
refactor: added variable in constants file
bhavanakarwade Dec 23, 2024
fdb1dc6
Merge branch 'develop-fixed-dco' of https://github.com/credebl/studio…
bhavanakarwade Dec 23, 2024
e05cc5e
fix: signin issue
bhavanakarwade Dec 23, 2024
3e19060
Merge branch 'develop-fixed-dco' of https://github.com/credebl/studio…
bhavanakarwade Dec 23, 2024
b068d11
refactor dev yml file
bhavanakarwade Dec 23, 2024
29e1fe4
Merge branch 'develop-fixed-dco' of https://github.com/credebl/studio…
bhavanakarwade Dec 23, 2024
34a8b35
fix: yml file
bhavanakarwade Dec 23, 2024
c66cd89
Merge branch 'develop-fixed-dco' of https://github.com/credebl/studio…
bhavanakarwade Dec 23, 2024
afd8351
fix: refactor common constants file
bhavanakarwade Dec 23, 2024
e1fe0f5
fix: refactor yml file
bhavanakarwade Dec 23, 2024
56c5e52
fix: added varibles in yml file
bhavanakarwade Dec 23, 2024
73b507c
Merge branch 'develop-fixed-dco' of https://github.com/credebl/studio…
bhavanakarwade Dec 23, 2024
4cb5a35
fix: signin issue
bhavanakarwade Dec 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

echo "PUBLIC_MODE=DEV" > .env

echo "PUBLIC_BASE_URL=https://devapi.credebl.id" >> .env
echo "PUBLIC_BASE_URL=${{ secrets.DEV_PUBLIC_BASE_URL }}" >> .env

echo "PUBLIC_SHOW_NAME_AS_LOGO=true" >> .env

Expand Down
Loading