Shailesh
I "think" I know the answer, but I am not sure how to test the solution. Here is a reference to Google's site where they tell us how to disable file protocol checking:
https://developers.google.com/analytics/devguides/collection/analyticsjs/tasks
Next we need to set this up in Tealium, first Edit the Tag Configuration. Click Tags Tab, then click on your Google Universal Tag, then click Edit, then turn on "Enable create before extensions" as this will call ga('create', 'UA-XXXXX-Y') before Tealium extensions run.
After this is done, you can add a JavaScript Extension.
Click Extensions Tab, then Add Extension, then Advanced Tab, then Add next to "Javascript Code"
The code you will want to add is in the google article above:
ga('set', 'checkProtocolTask', null); // Disable file protocol checking.
Make sure you give your extension a useful Title and Scope it to your Google Universal Analytics Tag.
Let me know if this works and if you have any questions.