google gadget content type URL not working - google-gadget

I have a Google Gadget with Content type=URL that suddenly stopped working. It was running in a Google Site (as the Gadget container). I can access the URL easily outside the scope of the gadget container. Did Google Sites Gadget Container change support for content type URL gadgets?

In the latest version of browsers
Internet Explorer - 11
Firefox - 25
Google Chrome - 31
non-secure contents are not allowed. Please check your gadget URL and also for any other locations in the gadget where URLs are specified with HTTP. Changing those to HTTPS or to protocol independent would fix your issue.

Related

Google ClientID works for Google Sign-in platform library but not new GIS library

I'm trying to migrate my application from the older Google Sign-In platform library to the newer Google Identity Services library.
I have a client ID that works for the old method, but when I load the "Google Sign-in" button using GIS, I get 403 errors and an error log that GSI_Logger says my origin is not allowed for the client ID. I'm on localhost, but when I use the old method, there are no issues with localhost.
The only thing I can think of being different is that I load my Google client ID as a constant and rendered the button in the mounted() section of my Vue app's Login.vue, while previously I loaded it in main.js.
"Google One Tap can only be displayed in HTTPS domains".
So, it doesn't work because localhost is HTTP. I deployed to my testing environment which is HTTPS and got no such 403 errors.
Source: https://developers.google.com/identity/gsi/web/guides/get-google-api-clientid

Leaflet.js - can't get my current location on some browsers

I have made this application using Leaflet.js with these plugins: MarkerCluster, Leaflet Map Fullscreen, it's hosted in a Linux server, HTTP apache2.
For some reason, I can't get my current location on the following browsers:
Mozilla Firefox (latest version)
Google Chrome (latest version)
Microsoft Edge
In IE, it gives me the popup to give permission to locate myself, and it works... only once. If I try to locate myself again it behaves like the other browsers above.
And, if I open the link in Instagram dm's it works just fine...
It works also in localhost or if I use location guard browser extension to make my location a fixed point.
What's causing this issue? Is it because it isn't https?
You will have to switch to https if you want to support geolocation on most if not all modern browsers.
For Chrome
Starting with Chrome 50, Chrome no longer supports obtaining the
user's location using the HTML5 Geolocation API from pages delivered
by non-secure connections. This means that the page that's making the
Geolocation API call must be served from a secure context such as
HTTPS.
For Firefox
This feature is available only in secure contexts (HTTPS) [...]
And according to the nice support grid on MDN, Opera and Safari should also require https to enable geolocation.

Android manifest simulation over https gives me an error

I've just installed an ssl certificate and the website is now available over https.
On the remote host there is a manifest file for "add to home button" but when I try to simulate it through the Chrome Developer Tools - Application section I get an error saying:
Site cannot be installed: the page is not served from a secure origin
I tried the solution proposed here Why does Chrome keep displaying "Site cannot be installed: the page is not served from a secure origin" in the console? but nothing changed since my setting were already: default.
Have you tried opening the Security panel on the page? It may be able to provide more info. Perhaps it's a mixed content issue (where the page is secure, but it requests insecure resources).

Internet explorer unable to login to alfresco

I modified apache index.html to redirect to my alfresco share site as below
<html><meta http-equiv="refresh" content="0; URL=sameer_abc/share"></html>
But whenever I am trying to login via internet explorer, I am getting Cookies must be enabled in your browser. I am able to login with chrome and firefox without any problem
But when I change the index.html with my machine ip address,
<html><meta http-equiv="refresh" content="0; URL=192.168.1.10/share"></html>
I am able to login in internet explorer.
I tried to change the internet explorer security options too. How to login using internet explorer and I dont want to see my ip address in the url bar.
I am using internet explorer 11.
I found the issue. Its because I have underscore in my machine name.
https://superuser.com/a/332267/306546

How to integrate apache and google site via proxy

My question is "How to integrate apache and google site via proxy"?
I found this tutorial but it didn't work as I expected. It redirect to google site instead of keep my domain in address bar and change content only.
In my case, I want whenever people access to http://mydomain.com, they will see the content from https://sites.google.com/site/mydomain/
Thanks!
I think it's not possible because you can't acces on the dataBase on your Google Sites. The url of your Google can't change.