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

Send screen improvements #11110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
9 changes: 6 additions & 3 deletions app-template/index-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
<head>
<meta charset="UTF-8">
<title>*USERVISIBLENAME*</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<meta http-equiv="Content-Security-Policy" content="default-src 'self' gap: https://bws.bitpay.com https://bitpay.com https://test.bitpay.com https://staging.bitpay.com https://auth.shapeshift.io https://shapeshift.io https://api.coinbase.com https://coinbase.com https://www.coinbase.com https://api.testwyre.com https://api.sendwyre.com; script-src 'self' 'unsafe-eval'; img-src 'self' https://bws.bitpay.com https://bitpay.com https://test.bitpay.com https://staging.bitpay.com data:; style-src 'self' 'unsafe-inline'; font-src 'self' data:">
<meta http-equiv="Content-Security-Policy"
content="default-src 'self' gap: https://bws.bitpay.com https://bitpay.com https://test.bitpay.com https://staging.bitpay.com https://auth.shapeshift.io https://shapeshift.io https://api.coinbase.com https://coinbase.com https://www.coinbase.com https://api.testwyre.com https://api.sendwyre.com https://ematiu.sandbox.payid.org; script-src 'self' 'unsafe-eval'; img-src 'self' https://bws.bitpay.com https://bitpay.com https://test.bitpay.com https://staging.bitpay.com data:; style-src 'self' 'unsafe-inline'; font-src 'self' data:">

<link rel="shortcut icon" href="assets/img/app/favicon.ico">
<link rel="manifest" href="manifest.json">
Expand All @@ -22,7 +24,8 @@
<!-- Workaround to prevent autofill -->
<div style="display: none;">
<input type="text" id="PreventTextAutocomplete" name="PreventTextAutocomplete" autocomplete="address-level4" />
<input type="password" id="PreventPasswordAutocomplete" name="PreventPasswordAutocomplete" autocomplete="address-level4" />
<input type="password" id="PreventPasswordAutocomplete" name="PreventPasswordAutocomplete"
autocomplete="address-level4" />
</div>

<!-- Ionic's root component and where the app will load -->
Expand Down
Loading