mirror of
https://github.com/Queercon/QC14-Badge-Webview.git
synced 2025-07-05 20:51:26 -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))
|
||||
{
|
||||
//System.Diagnostics.Debug.WriteLine(advertData64);
|
||||
advertData64 = advertData64.Replace(' ', '+');
|
||||
byte[] bytes = Convert.FromBase64String(advertData64);
|
||||
advertData = "0x" + BitConverter.ToString(bytes);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue