mirror of
https://github.com/Queercon/QC14-Badge-Webview.git
synced 2025-08-14 02:27:10 -07:00
fix due to azure firewall content filtering
This commit is contained in:
parent
3caaedef66
commit
f18f89994e
1 changed files with 2 additions and 0 deletions
|
@ -182,6 +182,8 @@ namespace qcbadge.Controllers
|
||||||
|
|
||||||
if (!String.IsNullOrEmpty(advertData64))
|
if (!String.IsNullOrEmpty(advertData64))
|
||||||
{
|
{
|
||||||
|
//System.Diagnostics.Debug.WriteLine(advertData64);
|
||||||
|
advertData64 = advertData64.Replace(' ', '+');
|
||||||
byte[] bytes = Convert.FromBase64String(advertData64);
|
byte[] bytes = Convert.FromBase64String(advertData64);
|
||||||
advertData = "0x" + BitConverter.ToString(bytes);
|
advertData = "0x" + BitConverter.ToString(bytes);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue